aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Kyle <me@thejameskyle.com>2020-05-04 20:55:59 +0300
committerGitHub <noreply@github.com>2020-05-04 20:55:59 +0300
commit15329b5962771b475c5beb48f6a6fee2d56c1bfb (patch)
tree4b30d1fad3973f5ca0d5bbd7363e3df5a00114b9
parentd74dd3380f9e54bbe20dd5b6c8faeb5ba6011c42 (diff)
Update unstated-next.tsxHEADmaster
-rw-r--r--src/unstated-next.tsx1
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
}