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
Came across a bug when calling the action turbo_stream.action(:refresh, nil, type: 'morph'), when the form is submitted and this refresh action is called i get this error:
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'id')
at removeElementFromAncestorsIdMaps
Which seems very much like this issue in idiomorph, any chance that we can bump idiomorph to 0.7.3 to get that fix inn?
The text was updated successfully, but these errors were encountered:
Came across a bug when calling the action
turbo_stream.action(:refresh, nil, type: 'morph')
, when the form is submitted and this refresh action is called i get this error:Which seems very much like this issue in idiomorph, any chance that we can bump idiomorph to 0.7.3 to get that fix inn?
The text was updated successfully, but these errors were encountered: