JSX config not working properly, I keep getting children props error in all my components
Property 'children' is missing in type '{ in: true; timeout: number; }' but required in type 'FadeProps'.deno-ts(2741)
I have similar project with same configs with npm and node and it works fine, but I can't seem to make it work with deno.
Here's my deno.json
and tsconfig.json
(I also tried adding same configs in tsconfig.node.json
and tsconfig.app.json
also has similar settings)
9 Replies
FYI: When jou have
"jsx": "react-jsx"
, then only the jsxImportSource
setting is used. The other two jsxFactory
and jsxFragmentFactory
are only for "jsx": "react"
Can you share what the component FadeProps
looks like and how it's called at the error location?I was messing around with all sorts of combinations in hopes of something working honestly, thanks for telling me this
It is a MUI component, and I am not getting the error just in
Fade
component, but in Grow
and Zoom
etc. as well,mh with a quick glance I can't figure out why it's giving you that error. Can you file an issue for that here https://github.com/denoland/deno/issues ? It's definitely something that should work out of the box
I am assuming it's related to some package/types package or config issue
In either way something is wrong in Deno. Filing an issue would be sweet 👍
yeah ofc
I'll file the issue tomorrow, will just head to bed now
Hey @marvinh. I wasn't sure what format/template to follow or what details to add for filing issue so I just added as much info as possible, possibly most of it isn't needed but the default template just wanted deno version which idt is enough? lol
That's fine, you did good. The format is usually:
1. I did this...
2. ...then this happened
3. ...but I expected that <other thing> to happen
Hey Marvinh, are you aware of any quick fix/hack for this till it gets resolved?
No