Path: Type instantiation is excessively deep and possibly infinite. #235
Unanswered
nucleartux
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to make simple react form hook, but I get error
Type instantiation is excessively deep and possibly infinite.'
with this code: https://codesandbox.io/s/festive-nash-5b1ej?file=/src/App.tsx (line 44).How can I avoid this?
Beta Was this translation helpful? Give feedback.
All reactions