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

Can't resolve 'inline-style-prefixer/lib/plugins/backgroundClip #227

Closed
oliviercperrier opened this issue Nov 16, 2022 · 6 comments
Closed

Comments

@oliviercperrier
Copy link

I'm currently running an expo project and i get this error when using the last version of inline-style-prefixer.

Is backgroundClip expected to be removed?

Thanks

ERROR in ../packages/ui/node_modules/react-native-web/dist/modules/prefixStyles/static.js Module not found: Error: Can't resolve 'inline-style-prefixer/lib/plugins/backgroundClip'

@azigler
Copy link

azigler commented Nov 16, 2022

I'm getting this same error now as of this morning, latest commit.

@robinweser
Copy link
Owner

@oliviercperrier @azigler When doing versioning I only thought about the main public API but didn't really consider clients using custom prefixing solutions.

I shipped a fix with 6.0.4 introducing a no-op plugin just to prevent clients from breaking. Another 7.0.0 release does the actual cleanup to get rid of the plugin.

@robinweser
Copy link
Owner

I'm closing this, if you keep having issues, please re-open and ping me. Sorry for the inconvenience.

@robinweser
Copy link
Owner

Additionally, also going to send a PR over at react-native-web to get rid of it already.

@azigler
Copy link

azigler commented Nov 16, 2022

@robinweser Looks like it exists and just needs a merge: necolas/react-native-web#2427

@robinweser
Copy link
Owner

Just saw that. Lemme comment over there.

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