Daniel Boggs

Results 9 comments of Daniel Boggs

The way I worked around this was to install the following npm libraries `"react-app-rewired": "^2.1.11"` (in package.json devDependencies) `"node-polyfill-webpack-plugin": "^1.1.4"` (in package.json dependencies) update the npm scripts to use react-app-rewired...

> I too have issues with this after upgrading. I'd be happy to not include any polyfills and follow the instructions in the error message, if I just knew how.....

I still had trouble when manually updating the peer dependency in react-final-form-arrays to include 18.x, so I'm not sure if that's all that has to change. In the absence of...

@erikras Is there any plan to upgrade react-final-form-arrays to support React 18?

@erikras This was fixed with version 3.1.4 and can be closed.

Another temporary workaround, from the consuming package.json file: ``` "overrides": { "@azure/msal-react": { "react": "^16.8.0 || ^17 || ^18 || ^19" } } ```

> > Any updates on this? > > I resolved this issue by updating to the versions: ├── @azure/[email protected] ├── @azure/[email protected] FYI, this would be a downgrade/workaround, not really a...

> [@bdbvb](https://github.com/bdbvb) Have you updated all `@hey-api/*` packages to the latest and re-run the codegen? Yes, on version 0.66.3.

@mrlubos I finally got around to updating to the non-legacy client ``` "@hey-api/client-fetch": "0.10.1", "@hey-api/openapi-ts": "0.67.5", ``` and I'm still encountering this error: ``` node_modules/@hey-api/openapi-ts/dist/types.d-Bo4RQoDC.d.ts(6471,32): error TS2344: Type 'Omit' does...