-
Notifications
You must be signed in to change notification settings - Fork 424
Unfrozen object leaked with webpack plugin after 0.2.6 #1313
Comments
See https://github.com/facebook/prepack/wiki/PP0017 for why this is a problem that cannot be safely ignored (as it was up until 0.2.6). If this is an area where Prepack needs to improve in order to be useful, it will be very helpful if you can provide a test case. |
prepack v.0.2.20
Because
Next Function I think, |
Stack trace
|
Hack - for prepack v0.2.7 and next
|
From the stack trace I see that this is being triggered by some call to an effectively abstract function (generateRuntimeCall). Maybe that function is actually known to not mutate any state (see discussion here: #705). Can you give me instructions on how to repro the issue? |
Closing due to lack of repro. |
Hello! Using gajus/prepack-webpack-plugin with React, prepack versions after 0.2.6 produce the following error:
PP0017: Unfrozen object leaked before end of global code at [...]
We tried various simple setups but we're always getting this error.
Relevant plugin issue gajus/prepack-webpack-plugin#32
The text was updated successfully, but these errors were encountered: