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
Blaze now expects dataVar.set({ value: current.data ?? {} }), but ostrio:[email protected] still sets dataVar.set(current.data ?? {}). This results in unexpected behavior in templates, where this does not align with the expected data structure.
After upgrading to [email protected],
ostrio:[email protected]
does not correctly propagate the data context in_load()
.Blaze now expects
dataVar.set({ value: current.data ?? {} })
, butostrio:[email protected]
still setsdataVar.set(current.data ?? {})
. This results in unexpected behavior in templates, wherethis
does not align with the expected data structure.meteor/blaze@7d1b144
The text was updated successfully, but these errors were encountered: