We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When attempting to upgrade to [email protected] in my preact app, the back button no longer works as it did previously. [email protected] works fine.
[email protected]
I found this issue in preact-router but I think this may be a fix that history needs to do.
preact-router
history
It may or may not be related to this comment on the v5 undocumented breaking changes thread.
The text was updated successfully, but these errors were encountered:
This comment makes me pretty sure that the breakage came from the change in signature for the history.listen() callback.
history.listen()
I documented that in my gist here and midahp effectively came up with the same workaround.
Sorry, something went wrong.
It sounds like this is an issue that preact-router needs to fix to be compatible with v5.
No branches or pull requests
When attempting to upgrade to
[email protected]
in my preact app, the back button no longer works as it did previously.[email protected]
works fine.I found this issue in
preact-router
but I think this may be a fix thathistory
needs to do.It may or may not be related to this comment on the v5 undocumented breaking changes thread.
The text was updated successfully, but these errors were encountered: