Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
Add store to Props type
Browse files Browse the repository at this point in the history
  • Loading branch information
inlet committed Jul 30, 2020
1 parent a586175 commit 1bf5df2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Recoil_RecoilRoot.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ type Props = {
setUnvalidatedAtomValues: (Map<string, mixed>) => void,
}) => void,
initializeState?: MutableSnapshot => void,
store?: Store,
children: React.Node,
};

Expand Down

0 comments on commit 1bf5df2

Please sign in to comment.