Joseph A.
Joined
750 Experience
0 Lessons Completed
1 Question Solved
Activity
Posted in Stimulus Reflex Lifecycle events
solved by adding data-id
Posted in Stimulus Reflex Lifecycle events
could check this gist? it's an app wich use Stimulus Reflex. It's about a pagination reflex, the thing is i need to hide the spinner when afterReflex()
callback is executed, but sometimes it doesn't works.
https://gist.github.com/matedemorphy/94c6ad13b6aebd89862b5b14120c98df
I have this line in config/initializers/session_store.rb
Rails.application.config.session_store :cookie_store, key: _my_app, domain: lvh.me
, but then in development.rb
config.session_store :cache_store config.cache_store = :file_store, Rails.root.join(tmp, cache).to_s, { size: 320.megabytes }
it could some conflict there?