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

Rerender page on page props change #7

Merged
merged 3 commits into from
Jun 28, 2019

Conversation

kjagiello
Copy link
Contributor

The issue was that location hash changes were not visible to the page
component. It was ccaused by unnecessarily storing the page props in the
state and never updating the state based on props change. This change
skips the state and relies entirely on props.

The issue was that location hash changes were not visible to the page
component. It was ccaused by unnecessarily storing the page props in the
state and never updating the state based on props change. This change
skips the state and relies entirely on props.
@kjagiello kjagiello requested a review from lundberg April 4, 2019 09:20
@lydell lydell merged commit 7ad71ab into master Jun 28, 2019
@lydell lydell deleted the bugfix/rerender-page-on-props-change branch June 28, 2019 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants