diff options
Diffstat (limited to 'src/unstated-next.tsx')
-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 } |