Leonardo Quixada
Leonardo Quixada
Following @PFight idea, this generic approach worked for me: ```javascript const component = mount(); component.setProps(); // Forces react component tree to re-render. component.update(); // Syncs the enzyme component tree snapshot...
@mmassaki you're right! just fixed the suggestion! thanks!
@wiesson can you share your tsconfig?
hey all! sorry for the trouble! adding local types to cross-fetch has been trickier than originally thought so I'm reverting those changes so everyone can run it safely. Please let...
just released `3.1.4`
@leethree PR #71 fixes this. Waiting for approval.
I've been working on version 4 of `cross-fetch` to fix this issue. If anyone's interested, please run `npm install [email protected]` in your project and give it a try. Let me...
Version 4 has been officially released with the fix. Please check it out: `npm install cross-fetch`.
I've been working on version 4 of `cross-fetch` to fix this issue. If anyone's interested, please run `npm install [email protected]` in your project and give it a try. Let me...
Version 4 has been officially released with the fix. Please check it out: `npm install cross-fetch`.