Environment setup:
- Clone this repo
- Install the dependencies via
bundle
rails db:create db:migrate db:seed
- launch the project via bin/dev(because tailwindcss is used)
AR: Turbolinks broke a cart partial and layout on navbar
ER: When you click on "Add to cart" button, immediately should be displayed an cart partial on the left, in navbar. And! When you add more than one item, navbar shouldn't disappear.
Description and reproduce steps of the issue #1:

On image you can see an catalog of the store.
When you click on to the "Add to cart" button, if the sidebar on the left should be displayed a cart partial but it doesn't.
So, to actually display it, you need to reload the page:

Description and reproduce steps of the issue #2:
When you already have an item in the cart, and you press the "Add to cart" button again, the navbar is disappear away:


The layout becomes normal when you reload the page
Additional info:
ActionCable is used
Environment setup:
bundlerails db:create db:migrate db:seedAR: Turbolinks broke a cart partial and layout on navbar
ER: When you click on "Add to cart" button, immediately should be displayed an cart partial on the left, in navbar. And! When you add more than one item, navbar shouldn't disappear.
Description and reproduce steps of the issue #1:
On image you can see an catalog of the store.
When you click on to the "Add to cart" button, if the sidebar on the left should be displayed a cart partial but it doesn't.
So, to actually display it, you need to reload the page:
Description and reproduce steps of the issue #2:
When you already have an item in the cart, and you press the "Add to cart" button again, the navbar is disappear away:
The layout becomes normal when you reload the page
Additional info:
ActionCable is used