Skip to content

Conversation

STRML
Copy link
Owner

@STRML STRML commented Dec 30, 2019

Server-side tests are working, but browser-side tests are really broken.

Main issue is that setting props on a router should fire an onNavigate() action,
but it doesn't since there is no longer state and no code runs on a prop change.

We may have to move this callback to render() somehow, or rethink how we handle
prop changes completely.

We also may have to remove the user-supplied setRoutingState.

Relates to #207

Server-side tests are working, but browser-side tests are really broken.

Main issue is that setting props on a router should fire an onNavigate() action,
but it doesn't since there is no longer state and no code runs on a prop change.

We may have to move this callback to render() somehow, or rethink how we handle
prop changes completely.

We also may have to remove the user-supplied `setRoutingState`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant