Module render performance tweak - #823
Conversation
|
/cc @Rich-Harris Do you think it's safe? |
|
This was not safe, and started breaking my build. Previously with An example of the issue is here: https://travis-ci.org/yahoo/react-intl/jobs/150944243#L1425 I kept installing all the recent versions until things broke, and narrowed it down to this change. |
|
@ericf Thank you for report. Will be fixed ASAP. |
|
@ericf Can you produce some minimal test case? Can't figure out how to build your repo on windows. |
|
@TrySound I figured out the issue, and it makes sense why this change would cause it. I am calling I will update my script to be more correct to fix this. |
|
@ericf - well? did the merge break your code or all is good? |
Ref #723