-
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: action sheet controller referencing ActionSheet before initialized #24549
Comments
Thanks for the issue. This behavior broke between RC 2 and RC 3 with RC 2 being the last working version. |
The problem is we are referencing
What's interesting is this only impacts ActionSheet. All the other overlays are added to the build file before they are referenced. Only ActionSheet is added after. |
So I was seeing this same issue when running stencil in dev serve - however when I pulled the
Other workaround is to downgrade to |
I have the exact same problem using StencilJS. Using Downgrading to |
Thanks for the issue. This has been resolved via #24681, and a fix will be available in an upcoming release of Ionic Framework. |
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
Updated from ionic 5 to 6 and throws an error that has been reported by several users.
Expected Behavior
Should work on as it did before the update
Steps to Reproduce
Start the app and try to use a select on any page.
Code Reproduction URL
https://github.com/popcorn245/ionic6-select-bug
Ionic Info
Ionic:
Ionic CLI : 5.4.16
Utility:
cordova-res : not installed
native-run : not installed
System:
NodeJS : v16.13.1
npm : 8.1.2
OS : Windows 10
Additional Information
Related to this issue.
#24448 (comment)
The text was updated successfully, but these errors were encountered: