-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
hasOwnProperty
was exported accidentally from the package
#3158
Comments
Fix added #3159 |
You are not mentioning what the problem is though. I don't see how this would be relevant for the final consumer (like you). It's an internal file. |
Problem is that For-more, since |
I'm aware of that. But what problem does this overridden method create here? We can freely override methods like this as long as it's not observable in a negative way. |
Cut your finger and attach again. No problem, isn't it? :) |
I'm sorry - I don't understand what you mean and I still don't see what the reported problem is. I'd appreciate if you'd focus on technical sides of things here. |
To prevent changes to prototype objects I use It works with most other packages. And throws an error with The error looks like this:
|
fixed by #3159 |
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
@emotion/[email protected]
for the project I'm working on.I found that
hasOwnProperty
was exported accidentally:Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: