woonki

Results 208 comments of woonki

@Emilios1995 I haven't seen that reason-react doc in a long time. Apparently it had something about react component binding, which is hard to find now. Thank you for reminding me....

Thank you for PR! The big difference between object and JSON is that undefined doesn't exist in JSON's specification. I'm not sure why we need to type-define form event as...

@vmarcosp Hey! Thank you for using this ppx. Sure, it would support the optional field record. I couldn't grab the time to fix it yet. PR is always welcome! 👍

Good question! I think the partial ppx should support the `?` not `option

I bump to the same issue. "react-native": "0.72.7", "react-native-code-push": "^8.1.1", @vmoroz Was your PR sumitted and merged? When can I expect this issue to be resolved?

@mattiaz9 Thanks! It works.

> #542 (comment) This works for me too! Thanks!

Same issue, different solution to @tverderesi. I just removed the wrapping div from Table. Not sure why it is wrapped by div ``

The reason thead is still scrolled even though you add sticky, top-0 into thead, because there is hiddent wrapping div as a parent of table.

Hi! Yes this use case seems not supported. But, the custom codecs that are cutome encoder and decoder can solve the most complicated case.