-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Modules that have names ending in .page
are not found
#7646
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
Comments
@surdu ,
As this seems an issue in the |
Confirmed. The Probably the best approach will be to have a list of known extensions and remove the part after the dot only if it matches any of the known extensions. |
That looks pretty straight forward to fix. I could give it a try if nobody already started working on it. |
Fixed it 😃 |
@vakrilov Was this not published yet? I recall testing the published version 6 and this was working. Now it's not working again. |
Describe the bug
If a module name ends in
.page
(I'm guessing.<anything>
) you'll not be able to use it, at least not as a Frame'sdefaultPage
.Please see this Playground example.
To Reproduce
Run the Playground example.
Expected behavior
The app starts without crash, showing the
home/home.page
page.Additional context
I have a {N} 5.0 project and I preferred the
.page
suffix instead of the-page
suffix for my pages.The text was updated successfully, but these errors were encountered: