-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[Labs/Select] Errors in popper.js typings #1527
Comments
I fixed (for now) by removing strict null checks from TS and got it to compile in case that helps anyone. |
This is fixed in popper.js 1.12.5 and greater. It's this issue. |
As a temporary fix, update this line in your |
Looks like this is fixed in v1.11.1 as well. That might be an easier version bump to get out a quick fix? |
Can this be fixed on next labs 0.12.0 release? |
Hey, I figured this out. webpack 3 defaults to loading the "module" entry from package.json, which is a breaking change since webpack 1. I got this working with the latest popper.js in my PR here: 4c141b9 Should be shipped |
Bug report
Steps to reproduce
https://gist.github.com/slavasitnikov/887e240be9b08b35d0b67516d4e6ce08
Actual behavior
Compilation errors:
It seems it is the same bug here: floating-ui/floating-ui#414
The text was updated successfully, but these errors were encountered: