namgold

Results 5 comments of namgold

I found that if I add an additional call `component.update()` before querying the value, Enzyme's snapshot tree have been updated and it returns value corrected.

Update: Even when I using `component.update()` 's callback, it still does not work. But noticable thing here that the component was actual received the value, rendered the new value but...

I have same issue here but in my case, I dont use any `setTimeout` magic to make Enzyme snapshot out of date. https://github.com/enzymejs/enzyme/issues/2542 Seem that Enzyme's `.setProps()` does not make...

as 20/6/2023, I got the error like below: ``` { "code": -32603, "message": "Unrecognized chain ID. Try adding the chain using addEthereumChain first.", "data": { "originalError": { "code": 4902 }...