aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}