Dominik Dosoudil
Dominik Dosoudil
When I open **react** example in try sandbox ([greetings](https://reasonml.github.io/en/try?rrjsx=true&reason=NoAQRgzgdAxg9gOwGYEsDmACA3gKwgDwC4MBmAXwF0BuAKBoFs4ATAVwBsBTDAcQCcOOAFxQJMAXmw0MGUPwCGMQbDj0ADog4JBFKRk6CM9OQGsuEgBQBKDGIB8k6dIA8YFoMGJ7WAEocFSiEFeETRzACIACQ42NjgAQjDLMgwnAHpXd09dMlocul9-ABEAeQBZXyh+BCYOXgAVOABRTnpNQQB1FEEACwBJJnMnPgFhUQxU2wAaDDDVfgA3FA4Ad0SqIA) or hooks) it gives me following error. _ReactDOMRe.cmj not found, it means either the module does not exist or it is...
### Are you submitting a **bug report** or a **feature request**? TS typing dead code ### What is the current behavior? `interface FieldArrayRenderProps` requires 2 generic arguments however the second...
PSR
Hello, this library seems to be useful however I would suggest applying PSR standards and using composer.
Dropdown sets `''` as value when it's cleared using cross button. I think that much more sense would make `null` as it's meaning is literally empty value. Moreover `''` makes...
This PR is only type related. No actual functionality was changed (or even touched).
# v3 behaviour: ``` // type of `val` is `any` z.custom((val) => val instanceof DateTime) ``` # expected behaviour (imo): `val` should be implicitly `unknown` which indicates that developer should...
It is only one removed EventStack instance from Portal. I wanna go step by step with it just to know that I am not going some wrong direction. There are...