Is it possible to force a pure component to update, so i'm trying to get a pure component to update when my state changes, but it doesn't. If react could add a function like OtherComponent.forceUpdate(), would be really cool.
Is it possible to force a pure component to update, so i'm trying to get a pure component to update when my state changes, but it doesn't.
If react could add a function like OtherComponent.forceUpdate(), would be really cool.