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

wip(cwrp): deprecate crwp. #215

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

wip(cwrp): deprecate crwp. #215

wants to merge 1 commit into from

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.

None yet

1 participant