-
Notifications
You must be signed in to change notification settings - Fork 59
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
The backgroundClip is missing in plugins #226
Comments
It appears to have been removed during: #225 |
I see, hm then react-native-web must update their dependencies. Thx @jamaybyrone |
@ubRoman I've just downgraded react-native-web to get around it for now. |
@jamaybyrone Strange things happens at my site. In my lib, which uses react-native-web, its dependency of Yeah, probably I will downgrade react-native-web too. |
See #227 this should be fixed now, but properly cleaned up once the PR over at react-native-web is merged as well. |
Getting following error with version 6.0.2 in my project:
@parcel/core: Failed to resolve 'inline-style-prefixer/lib/plugins/backgroundClip' from './node_modules/react-native-web/dist/modules/prefixStyles/static.js'
Indeed the backgroundClip is not there. Is it a new design or just a bug?
The text was updated successfully, but these errors were encountered: