-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
Can't import the named export 'AlwaysDepth' from non EcmaScript module (only default export is available) #312
Comments
Same issue with Desktop : |
Hi, thanks for the report! What's your node.js version and which bundler are you using? I'd like to reproduce this issue locally. It looks like |
Node v v16.5.0 |
Mh, I just found this: formatjs/formatjs#1395 & facebook/create-react-app#10356 Looks like CRA simply doesn't support I guess I'll change it back to |
Fixed in |
@abdulrehman1937 I've changed the bundle name to |
Description of the bug
Started getting this error after postprocessing v6.22.4 was released.
To Reproduce
I am using depth of field effect. I can not run my app. It does not compile.
Expected behaviour
App should compile and run smoothly like before.
Screenshots
Added
Library versions used
Desktop
-Chrome 92.0.4515.159
The text was updated successfully, but these errors were encountered: