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
After upgrading to Blaze@3.0.1, ostrio:flow-router-extra@3.11.0 does not correctly propagate the data context in _load().
Blaze now expects dataVar.set({ value: current.data ?? {} }), but ostrio:flow-router-extra@3.11.0 still sets dataVar.set(current.data ?? {}). This results in unexpected behavior in templates, where this does not align with the expected data structure.