Type instantiation is excessively deep and possibly infinite
Hey there! I was testing https://conform.guide with the
start-counter
example and encountered this weird type error. Everything works perfectly at runtime. The repro is quite simple, just install conform:
and then in any page:

4 Replies
helpful-purple•8mo ago
can you package this up as a complete minimal example so we can debug the types?
generous-apricotOP•8mo ago
of course 🙂 here you go https://github.com/carloitaben/repro-start-conform-type-error
helpful-purple•8mo ago
there is atleast the problem that the
submission.reply()
is not JSON serializable
e.g. its intent
prop
this works
generous-apricotOP•8mo ago
ooh makes sense! Thanks :)