Konstantin Lukaschenko

Results 4 comments of Konstantin Lukaschenko

Updating `loader-utils` from `2.0.0` to `2.0.1` or above in `yarn.lock` worked for me. `loader-utils` added support for Node.js 17 in https://github.com/webpack/loader-utils/pull/193

We are encountering the same problem in `[email protected]`. It appears that the `withTheme` higher-order component is omitting the prop types of the inner component when used with TypeScript. As a...