Skip to content
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

Closed
ubRoman opened this issue Nov 16, 2022 · 5 comments
Closed

The backgroundClip is missing in plugins #226

ubRoman opened this issue Nov 16, 2022 · 5 comments

Comments

@ubRoman
Copy link

ubRoman commented Nov 16, 2022

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?

@jamaybyrone
Copy link

It appears to have been removed during: #225

@ubRoman
Copy link
Author

ubRoman commented Nov 16, 2022

I see, hm then react-native-web must update their dependencies. Thx @jamaybyrone

@ubRoman ubRoman closed this as completed Nov 16, 2022
@jamaybyrone
Copy link

@ubRoman I've just downgraded react-native-web to get around it for now.

@ubRoman
Copy link
Author

ubRoman commented Nov 16, 2022

@jamaybyrone Strange things happens at my site. In my lib, which uses react-native-web, its dependency of inline-style-prefixer has the version 6.0.2, but in a project, where this lib is used and react-native-web is also used directly, it is 6.0.1. Both react-native-web are of the last version 0.18.10. I have cleared npm cash on both projects and reinstalled node_modules completely. But still - in consumer project it is 6.0.1, in lib project 6.0.2. How is that? How can have two same versions of react-native-web different inline-style-prefixer versions as a dependency?

Yeah, probably I will downgrade react-native-web too.

@robinweser
Copy link
Owner

See #227 this should be fixed now, but properly cleaned up once the PR over at react-native-web is merged as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants