You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe this isn't a bug, but I was trying to demonstrate how this gem works to my friend. My project is using Ruby on Rails 8, and nothing happens when I try to show it. Maybe it's a bug with the new version. Shall we take a look?
Describe the bug
I install the gem, set up, then create the reflex class and add a method to render a partial.
To Reproduce
When I create the button with an action calling my reflex class and method, nothing happens.
Expected behavior
In Rails version 7, the reflex class is called and the morph method is invoked.
Versions
StimulusReflex
Gem: 3.5
The text was updated successfully, but these errors were encountered:
Bug Report
Maybe this isn't a bug, but I was trying to demonstrate how this gem works to my friend. My project is using Ruby on Rails 8, and nothing happens when I try to show it. Maybe it's a bug with the new version. Shall we take a look?
Describe the bug
I install the gem, set up, then create the reflex class and add a method to render a partial.
To Reproduce
When I create the button with an action calling my reflex class and method, nothing happens.
Expected behavior
In Rails version 7, the reflex class is called and the morph method is invoked.
Versions
StimulusReflex
The text was updated successfully, but these errors were encountered: