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
If you have an app with two app entry points, and one starts with the name of another, the browser will redirect.
e.g. Entry point fooBar will redirect to entry point foo.
fooBar
foo
Not entirely clear on the circumstances - it seems to be fine while at the default route, but will redirect on (certain) subroutes
The text was updated successfully, but these errors were encountered:
#29 - Fixed chunk collection so that similarly named apps within a pr…
01746b7
…oject do not load each other's app chunk.
0e1a46a
Fixed in 0e1a46a - thanks @cnrudd !
Sorry, something went wrong.
cnrudd
No branches or pull requests
If you have an app with two app entry points, and one starts with the name of another, the browser will redirect.
e.g. Entry point
fooBar
will redirect to entry pointfoo
.Not entirely clear on the circumstances - it seems to be fine while at the default route, but will redirect on (certain) subroutes
The text was updated successfully, but these errors were encountered: