Pleun Vanderbauwhede
Pleun Vanderbauwhede
I'm exploring a pattern in which I throw specific errors when running into unexpected scenarios (i.e. missing or invalid parameters, invalid routes, ...) with the intention of moving all of...
I can also confirm that the issue occurs on macOS as well. Reverting the CLI to 2.9.0 does indeed fix it and reintroduces error information in addition to just "Unable...
> @pleunv any feedback with the canary version suggested above? Apologies, completely missed this. Just want to confirm that this does in fact also fix the issue for us. Thank...
Running into the same issue. Slowly trying to figure out (man, IE debugging is awful) and I'm running into a weird quirk with `window.getSelection()` in IE10/IE11. The first time it...
Funnily enough, if you add an empty html element at the end of your `selectTemplate` it seems to work around the issue and `window.getSelection()` goes back to selecting the text...
Still using my workaround mentioned above I'm afraid.
I ran into similar issues the past few days. As far as I can tell this happens when your modals are nested in the React tree, i.e. ``` {showInnerModal &&...
Running into this while attempting to upgrade from v1 to v2, and having it cause warnings in hundreds of tests. I'd like to avoid having to wrap all of these...
Thanks @Andarist, very insightful! Quite reminiscent of the MSW v1 API, and also explains why string literals used to work fine there, and response shapes were actually strictly typed. I...