haxe-react icon indicating copy to clipboard operation
haxe-react copied to clipboard

Haxe-React #next: preparing for 2.0.0

Results 12 haxe-react issues
Sort by recently updated
recently updated
newest added

In some specific cases, when using compilation server, after some component failed to compile we can be stuck with a `Recursive implicit cast` error in macros handling `ReactType` values. Workaround:...

Type checker for props fails to handle this kind of props: ```haxe @:jsRequire('react-router-dom', 'Link') extern class Link extends ReactComponentOfProps {} ``` And fails silently for any invalid prop passed to...