joshleblanc / view_component_reflex

Call component methods right from your markup
http://view-component-reflex-expo.grep.sh/
MIT License
291 stars 27 forks source link

Error: can't dump anonymous class #<Class:0x00007fc750838028> #29

Closed emilkarl closed 3 years ago

emilkarl commented 3 years ago

Getting an error when trying to use ViewComponentReflex. I have ViewComponents, Stimulus and StimulusReflex working but getting this error after installing ViewComponentReflex and trying to render a component that includes with reflex_data_attributes() and/or wrapped in <%= component_controller do %>.

Any ideas why?

Using Rails 5.2, ActiveRecordSessionStore.

image

emilkarl commented 3 years ago

Found an issue with an object that was initialised with the ViewComponent.