Skip to content

React state components do not unmount / remount when stateTransition.reload(true) is called #172

@christopherthielen

Description

@christopherthielen

From @mentierd on April 11, 2018 21:6

When you call this.props.transition.router.stateService.reload(true), if the current state is a React component, the component is not "reloaded"; by that, I mean it does not unmount and remount the react component.

I've also tried the other approach of using transitionTo(..., null, {reload:true, notify:true}).

Maybe I'm missing something?

Copied from original issue: ui-router/react-hybrid#14

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