-
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: v6, overlay controllers not defining backdrop #24393
Comments
Thanks for the issue. Can you please isolate your test case a bit more? I am getting some errors for 3rd party dependencies when trying to install. In particular, I am receiving this error:
In order for us to effectively triage this issue, the sample app should only include the code necessary to reproduce the issue. |
Hi @liamdebeasi, apologies for the deps not installing, I have pinned the offending dependency. You can pull the latest branch now to see the exception being thrown 👍 |
Thanks. Now I am getting the following error: Failed to resolve import "../.routify/routes" from "src/App.svelte". Does the file exist? Did you include your routing config? |
Hmm. I just cloned the repo in a fresh directory on my side, and it works. I think you might be running into this issue: vitejs/vite#2585 || vitejs/vite#2647 ("issue was because of a space in parent folder name."). |
I don't seem to have the |
The .routify directory is in the .gitignore of the starter project I used. But if I delete it locally and run Edit: Looking at the .routify files, I see there are absolute paths in there, so I doubt they would work, but I'll push them anyhow. |
|
Excellent! I'm glad it's working. Let me know if you need anything else. |
If you import
|
Ah looks like the backdrop is not getting defined. We should fix that internally. As a workaround, importing and defining |
This looks to be a continuation of #24372. |
Ok great. I'll be happy to try a fix out when it's released 👍 |
@raymondboswel can you try this dev build of v6 with the additional custom elements defined for overlays and let me know if that resolves the issues you've reported? npm install @ionic/core@6.0.0-dev.1639604950.5995f29 |
Yes, that looks great @sean-perkins 👍 . The only remaining issue I can see at this stage, is that a modal created with
doesn't seem to quite get the screen dimensions right, but I've already reported that in #24379. Thank you very much guys! I think we can close this one out 👍 |
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. |
Prerequisites
Ionic Framework Version
Current Behavior
My project is currently running on 6.0.0-rc3 and the action sheet controller works as expected. When upgrading to 6.0.0, I get the following error:
Expected Behavior
The actionsheet should keep working.
Steps to Reproduce
Clone the reproduction project
Click the FAB to see the action sheet.
Update to 6.0.0, and run the project again.
Code Reproduction URL
https://github.com/raymondboswel/ionic-modal-reproduction
Ionic Info
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: