Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ostrio:[email protected] is incompatible with [email protected] due to data context change #120

Open
aboire opened this issue Feb 4, 2025 · 0 comments

Comments

@aboire
Copy link

aboire commented Feb 4, 2025

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 ?? {} }), 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.

meteor/blaze@7d1b144

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant