diff options
author | Jamie Kyle <me@thejameskyle.com> | 2020-05-04 20:55:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-04 20:55:59 +0300 |
commit | 15329b5962771b475c5beb48f6a6fee2d56c1bfb (patch) | |
tree | 4b30d1fad3973f5ca0d5bbd7363e3df5a00114b9 /src | |
parent | d74dd3380f9e54bbe20dd5b6c8faeb5ba6011c42 (diff) |
Diffstat (limited to 'src')
-rw-r--r-- | src/unstated-next.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unstated-next.tsx b/src/unstated-next.tsx index f91495d..40b1a25 100644 --- a/src/unstated-next.tsx +++ b/src/unstated-next.tsx @@ -27,7 +27,6 @@ export function createContainer<Value, State = void>( if (value === EMPTY) { throw new Error("Component must be wrapped with <Container.Provider>") } - // @ts-ignore return value } |