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

Mutating the [[Prototype]] of an object will cause your code to run very slowly; #1805

Open
thanhkaiba opened this issue Jan 21, 2021 · 1 comment
Labels
awaiting-response Awaiting response from creator. Can't fix without it.

Comments

@thanhkaiba
Copy link

thanhkaiba commented Jan 21, 2021

I have added immutable-js to my game project.When I run my project the console warning:

JS: JavaScript warning: src/framework/custom_lib/immutable.js line 19
mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create

Should I still use immutable-js in my project? how can I resolve that wanring?

@jdeniau
Copy link
Member

jdeniau commented Jul 9, 2021

Can you tell us what do you do exactly to have this report ?

@jdeniau jdeniau added the awaiting-response Awaiting response from creator. Can't fix without it. label Jul 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-response Awaiting response from creator. Can't fix without it.
Projects
None yet
Development

No branches or pull requests

2 participants