You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
primereact version: 1.5.2
ColorPicker.js shouldComponentUpdate always return false
because componentWillReceiveProps is called before.
so oldValue and newValue always equals.
Because of it color is not rerendered
The text was updated successfully, but these errors were encountered:
primereact version: 1.5.2
ColorPicker.js shouldComponentUpdate always return false
because
componentWillReceiveProps is called before.
so oldValue and newValue always equals.
Because of it color is not rerendered
The text was updated successfully, but these errors were encountered: