NME freezes when selecting a color from the color picker

Hi!
When I try to select the baseColor value from the color picker, I get this error and a blank screen in the browser.

https://nme.babylonjs.com/#J3ZDKQ

Thanks!
R.

I tracked down the problem to this line:

It will trigger a call to shouldComponentUpdate:

And result is always true, so we loop between line 95 and shouldComponentUpdate and at some time React stops this with an error.

The thing is I don’t know how to fix the problem, I’m not proficient enough with React, so if someone has a solution…

Neither am I a React guy…

on it

Fixed! Will be in next nightly!!

Thanks for reporting it!

2 Likes

Just want to ask, the issue with the non updating block values will be fixed in the next build as well?

Yes sir!

1 Like