Skip to content

ostrio:flow-router-extra@3.11.0 is incompatible with Blaze@3.0.1 due to data context change #120

@aboire

Description

@aboire

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.

meteor/blaze@7d1b144

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions