asjustis

Results 10 comments of asjustis

I have the same problem, pretty much have a structure of the following code ``` ``` But I'll try to create a sample to reproduce it on sandbox later this...

@vanruesc Thanks for the response. I just made a sandbox example where this issue happens as well. Once again, not on all browsers, as explained before. Here is a video...

@Tombar hm, I had this idea initially about the `autoClear={false}` flag, but it didn't solve the issue. The same happens with your CodeSandbox example: if I only update the flag...

Hm, this is weird, when I added Mailchimp form into HTML page, it seemed to display a message without the code. It is a bit weird if this is what...

> I spent **2** hours! debugging my json file and didn't notice that I should use `file://` prefix until I found this thread. The error message should really be improved,...

Classic. Just after writing down the issue, I found the right combination. I would expect onValuesChangeFinish() could let just do the side-effect action without changing any values behavior internally, but...

Hm, reopening the issue, seems there is something weird indeed. ``` const [sliderValues, setSliderValues] = useState([0, 10]); useEffect(() => { //debugger; setSliderValues(values); }, values); const updateValues = values => {...

> I was running into this same issue after upgrading, did you use the upgrade helper? I did, but missed some needed changes. I ended up going through the list...

> > > I was running into this same issue after upgrading, did you use the upgrade helper? I did, but missed some needed changes. I ended up going through...

> @mciechanowicz you don't need to downgrade.. just follow the upgrade guide : [React Native Upgrade Guide](https://react-native-community.github.io/upgrade-helper/?from=0.71.12&to=0.72.3) @gvete but does that mean applying each code change manually? I personally am...