Uladzimir Havenchyk
Uladzimir Havenchyk
No problem. I just have free time and if you find anything, I can quickly fix it :smile:
Hey, @Brooooooklyn! I'd like to use some plugin for performance optimizations of jest. E.g. `swc-plugin-transform-import`, is this PR somehow related to it? I briefly checked the implementation of transform and...
Can dd-trace be upgraded or moved to peerDependencies?
Fixed by https://github.com/DataDog/datadog-ci/pull/445
@heygrady basically react-guard was a solution before `componentDidCatch` was introduced. react-guard just patches `render` method, surrounds it with `try/catch` and renders some generic message. `componentDidCatch` is more convenient and modern...
@heygrady https://twitter.com/acdlite/status/986029152405827584 I guess it's better to push react team instead :)
@kossnocorp we can't rely on `displayName`, because of 1) it doesn't work for `createClass` 2) it doesn't work for functional components But to my mind we can do something like...
Happened to me as well on WSL, node 16.17.0, pnpm 7.9.4 postinstall just failed with no additional info
More details: started failing at `6.5.0-alpha.53` of addon-essential (actions is included to it). Logs ``` ERR! TypeError: (intermediate value) is not iterable ERR! at _default (/node_modules/@storybook/builder-webpack5/dist/cjs/preview/iframe-webpack.config.js:70:22) ERR! at processTicksAndRejections (internal/process/task_queues.js:95:5)...
@pleerock it would be nice to point to the proper github issues with some description, so community will be able to help you