Stricter JSX?
Hey peeps,
I recently upgraded to 1.7.0 and seems like there is new stricter JSX.
I read the CHANGELOG and understand the issue a bit, i.e. removing function form from JSX.Element.
How ever my code (especially in test) use function form quite a bit, like this.
What should I do make it works without changing too much code?
Thanks!
I recently upgraded to 1.7.0 and seems like there is new stricter JSX.
I read the CHANGELOG and understand the issue a bit, i.e. removing function form from JSX.Element.
How ever my code (especially in test) use function form quite a bit, like this.
What should I do make it works without changing too much code?
Thanks!
