Ben Styles
Ben Styles
Attempting to use `React.memoCustomCompareProps` throws the following compiler error: > Invalid_argument("react.component calls can only be on function definitions or component wrappers (forwardRef, memo).")
Putting this here in lieu of a to-do list for @mikeric , @Duder-onomy and myself (and anyone else who contributes!). But if anyone at all who reads this has _any_...
I've tried to make sure that this isn't a duplicate issue, although I could be wrong. The docs state that within the `rv-each-*` element **"you can bind to the iterated...
This is just my initial commit – it would be really helpful if @cooperka you could take a glance at this before I continue. I have had to make some...
Resolves #13. Very willing to discuss this further!
I am using `maybe` in React Native, in the props of a custom text component. The custom component should set the underlying `Text` component prop `numberOfLines` to `1` by default,...
I have been looking at the `maybe` source code and trying to work out how to improve the typing of the `.filter()` method but I haven't worked anything out. The...
What would the `maybe` version of the following be? ```js let valueX = null let valueY = null if (valueX && valueY) { // do something with valueX and valueY...
This change directly addresses #18
I needed this to temporarily disable scrolling in a parent `ScrollView`, to fix #18