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
This will trigger the method on every call. This lead me to another problem where I mount a component based on id, so to prevent that I' do this(not sure if it is the best way):
react-rails does something similar, they do not require us to remove Turbolink. As far as I understood from here, they seem to be mounting and unmounting the components of turbolink callbacks.
The text was updated successfully, but these errors were encountered:
Currently I do something like this:
This will trigger the method on every call. This lead me to another problem where I mount a component based on id, so to prevent that I' do this(not sure if it is the best way):
react-rails
does something similar, they do not require us to remove Turbolink. As far as I understood from here, they seem to be mounting and unmounting the components of turbolink callbacks.The text was updated successfully, but these errors were encountered: