mbtts
mbtts
Some questions to try and help diagnose: Is this in Chrome, Firefox or both browsers? Is your redux store large (or can it vary in size)? Do you see any...
Thanks @hackhat. The reason I was asking was to see if it was related to #543, however from your description this is unlikely to be the case.
It does appear to be broken with the latest version of `react-svg-inline`. Downgrading to 2.0.1 fixed the problem for me. I will debug later to see if I can work...
On a more minor note related to autoprefixer - create react app have [changed the settings](https://github.com/facebook/create-react-app/commit/aa67a4f78ea95e117ae9c1adaee997346b7389ca#diff-0ae46a2383dedcac5f5e369f5ca5f169). IE 9 support dropped, only IE 11 support now. ``` [">1%", "last 4 versions",...
> it also does not seem to me that it would be (beyond) the scope of babel/register to hijack the Node.js require for applying some module resolution patching (and introduce...
I am also confused about the prerelease workflow, and have noted the various options (`prerelease-prefix` via [Bumping and publishing options](https://microsoft.github.io/beachball/cli/options.html#bumping-and-publishing-options), `prereleasePrefix` via [Options](https://microsoft.github.io/beachball/overview/configuration.html#options) and as mentioned in this issue the...
I think it might also be running `build` (or trying to) as well (see https://github.com/npm/cli/issues/4003). The behaviour is certainly different to version 6 and (as far as I can see)...
I am sure others are aware, but sharing if not: One line fixes like this (pending release) are great use cases for [yarn patch](https://yarnpkg.com/cli/patch) or [pnpm patch](https://pnpm.io/cli/patch). Hopefully this can...
This is really excellent test utility, thank you to all who have contributed so far. On this point from the README: https://github.com/m-radzikowski/aws-sdk-client-mock/blob/c6896a392987cd3eefcfeea800bd9599464bb6fc/README.md?plain=1#L513-L514 One problem here is the [Vitest “Jest” matcher...
> Anything could you done instead of renaming all file extensions? I guess in _theory_ you could shoehorn in another (Node.js) custom loader to handle the JSX => JS transformation...