Tobias Lengsholz

Results 29 comments of Tobias Lengsholz

* regarding " Use sandboxed sinon for easier resetting/restoring", have you given [jests mock functionality](https://facebook.github.io/jest/docs/en/manual-mocks.html) a look? we've replaced also most all of our sandboxes with the mocking toolset provided...

Hey @Bryan1337, looks like a flip-move issue indeed. Can you provide an enviroment in which to reproduce this issue? https://codesandbox.io/, github repo etc.?

DOM cleanup is still somewhat sketchy and kind of lacking in test coverage. if you could provide an example, that would be very helpful, as it would provide something to...

Entirely possible. However, this project is not really maintained anymore, and i wouldn't expect a fix unless you're willing to draft a PR for it. My recommendation would be to...

> I was actually able to solve it using `cross-fetch`. Tried `node-fetch` too, but it was buggy as well 🤦‍♂️ also works for node 19. thanks ❤️

use the fetch from this library instead of the native one from node ```js import { setupServer, rest } from "msw/node"; import fetch from "cross-fetch"; // { const response =...

@satazor anything missing from this? fyi, i have deployed this fork to `tobilen-next-router-scroll` for testing purposes

@tiagodinis whats the status on this? can you give an update?

https://github.com/towerz/clappr-youtube-playback/pull/11

I am experiencing the same problem. This seems to be an issue with the theme api endpoint, not the tf provider though.