-
Notifications
You must be signed in to change notification settings - Fork 104
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
feat: added async loading support #2321
base: 14.5.0
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 98f6fca The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
d97da5c
to
635881c
Compare
@agliga quick glance at it, looks like pattern-fill is not working properly |
What would cause this problem? |
I think accessibility and pattern fill need to be initialized Something like this might work:
|
Should be good to go. Fixed mikes issue |
Description
node_modules
directoryContext
node_module
directory where we load a module usingimport()
if its vite or webpack, but if its lasso we load it usinglassoLoader
note I had to disable a highcharts test because it was not finding the text correctly.
References
#2305