Konstantin Lukaschenko
Konstantin Lukaschenko
Related to #1679.
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
This should be resolved with #492.
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...