-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Labels
bugSomething isn't workingSomething isn't workingnextIssue/Pull Request for the next major versionIssue/Pull Request for the next major version
Description
Bug
StoreProvider uses a render property that describes the widgets to render when it renders.
This works fine when the StoreProvider is invalidated by the store. However if the parent component is invalidated and passes a different property to the nodes in the render property, the components does not re-render.
This codesandbox that demonstrates the issue. Click "Update Messageand notice that the message doesn't change, then click "Invalidate Store" to see that the message is finally updated because theStoreProvider` widget is invalidated by the store.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingnextIssue/Pull Request for the next major versionIssue/Pull Request for the next major version