-
-
Notifications
You must be signed in to change notification settings - Fork 926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible to render fragment 'null' instead of '[' ? #2640
Possible to render fragment 'null' instead of '[' ? #2640
Comments
@souricevincent Didn't try it out, but would passing |
passing |
@orbitbot I would be open to an |
@isaaclyman |
As a political standpoint, I'm a bit weary of making changes just to appease 3rd party tools. |
@orbitbot I've been trying for over a year straight to get the TS team to make the necessary changes for us to be able to use our object component idiom, to no avail. Eventually you just kinda give up and start looking for solutions elsewhere. 😉 |
Wow, setting |
I would like to make the Mithril Fragment evolve to correspond to what typescript expects.
Mithril version: : 2.0.4
Browser and OS: safari 14.0 and Mac OS 10.15.7
Project: : no link
Expected Behavior
I would like to be able to create Fragment in this form
Current Behavior
Currently it is necessary to do so:
Context
I want to compile
.tsx
files and since a little while ago typescript offers an optionjsxFragmentFactory
but this one expects a function like the other frameworks ornull
.microsoft/TypeScript#38720 (comment)
The text was updated successfully, but these errors were encountered: