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
Just puting here not to forget. Currently there's no way to use the shouldComponentUpdate feature.
I guess a possibility would be to have a shouldComponentUpdate sink which would be a stream of boolean. The actual React component would return from the shouldComponentUpdate method the last value emited by the sink stream.
The text was updated successfully, but these errors were encountered:
Just puting here not to forget. Currently there's no way to use the
shouldComponentUpdate
feature.I guess a possibility would be to have a
shouldComponentUpdate
sink which would be a stream of boolean. The actual React component would return from theshouldComponentUpdate
method the last value emited by the sink stream.The text was updated successfully, but these errors were encountered: