Skip to content

Flow-Router params change doesn't trigger re-rendering #21

Description

@vyky

I simply need dynamic routing with flow router and react mounter

FlowRouter.route('/sub/:id', {
  name: "MyComponent",
  action: function(params, queryParams) {
    console.log(params);
    mount(MyComponent, {params: params});
  }
});

When id change, url change. But view doesn't change, no props change, no rerendering

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions