Isaiah Thomason

Results 73 comments of Isaiah Thomason

Been so caught up with work that I missed this too. lol. So for clarity (and people are free to disagree with me on this), I intentionally wrote the `rerender`...

> This is the test that made me rollback changes in our rerender: https://testing-library.com/docs/example-update-props. Notice how the component instance doesn't change, so their definition of "rerendering" is that it updates...

A heads up: The VTU docs link is broken here too. 😅

Found a couple random things. Leaving this be for now. Looking at [pure.js](https://github.com/testing-library/svelte-testing-library/blob/main/src/pure.js#L52-L55), it's looking like the `render` function expects the physical class, _not_ an instance of the class. That...

@molily I could be wrong. But since it's a duplicate and since the type is unresolved, I'm assuming this is unintentional. It likely may have been a `rebase` or reverse...

> Webpack 5 has its own types now. If you remove your local dependency on @types/webpack, then the existing @types/webpack-hot-middleware will work again. Huge thanks to @BTOdell because it helped...

> I ultimately rewrote the Shopify middleware but I'm not gonna suggest you do the same. Yeah that was the problem I wanted to avoid, as I mentioned in the...

> But I found a workaround to use express middlewares in my Sveltekit app using hooks. Hope it works for you as well. Unfortunately, that workaround doesn't quite do what...