-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
bug: React router not changing props #19986
Labels
package: react
@ionic/react package
Comments
fixed in 4.11.6 |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
Ionic version:
[x] 4.6.3
Current behavior:
The router render is passing props only one time and remember the value not changing.If we click on button on page3 it should have passed new props to the component but it doesn't
Expected behavior:
on button click it should change name state and pass to the component new props;
Steps to reproduce:
Related code:
app.tsx
tab3.tsx
Other information:
Ionic info:
The text was updated successfully, but these errors were encountered: