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
Thanks for the bug report. I'm not 100% surprised that Motion isn't working well with Rails 7.1+. Unfortunately with the launch of Turbo/Hotwire as the blessed "Rails" way of doing richer frontend interactions, Motion has foundered. We don't have plans at the moment to keep updating it, but we would accept contributions toward maintenance and version support.
Sorry that I don't have a more positive message for you today.
If I take a ViewComponent that works and I add:
Then immediately I get an error that
private method 'marshal_dump' called for an instance of MyComponent
.I shouldn't need to, but let's say I create some marshalling methods like:
Then the next error I get is that:
This is even though there is indeed just a single
<div>
component at the root.I am also running BulletTrain on this app, but this occurs also if you set up a fresh app.
Steps:
CalculatorComponent
from the demo projectResult:
As far as I can tell, Motion does not work with Rails 7.1.4.
Thoughts?
The text was updated successfully, but these errors were encountered: