Hi,
I find your react-traverse library really cool and I was able to use it successfully. Unfortunately I now stumbled about a component which does not proper work when traversed even if no modification is applied.
Here is the case (see attachment):
focus() {
compat.findDOMNode(this.refs.input).focus()
},
- Investigating this I expected that 'refs' might get confused by the use of react-traverse and thus added a test using refs: With component 'SimilarNumberPicker' I tried to readjust this case: But here refs work after wrapping!
Do you have an idea why NumberPicker does not work after the wrapping?
Thanks for your thoughts!
ReactWidgetsWithTraverse.zip
Hi,
I find your react-traverse library really cool and I was able to use it successfully. Unfortunately I now stumbled about a component which does not proper work when traversed even if no modification is applied.
Here is the case (see attachment):
are on the screen, first one w/o wrapping, second is wrapped.
Do you have an idea why NumberPicker does not work after the wrapping?
Thanks for your thoughts!
ReactWidgetsWithTraverse.zip