Dmytro Palaniichuk
Dmytro Palaniichuk
may be help https://github.com/airbnb/enzyme/issues/1201
After migration to enzyme I catch the error when start testing, also I use chai 4.1.2 and chay-enzyme "^1.0.0-beta.0" with React 16, ``` it.only('should render icon with correct style', ()...
@ljharb no I use enzyme 3.x and react 16, I use jsdom, with old/api, also there is still issue with HTMLElement is not defined, I've already solved it, but not...
I think it could help https://github.com/geowarin/friendly-errors-webpack-plugin/pull/63/commits/98baeb9cd181ed0d8754e8a3afc4c4546516651c
I am thinking it might be helpful to add flag like `--export-enums` and generate them. Is it refer to this line https://github.com/astahmer/openapi-zod-client/blob/df5dd72c227fe36a38954e26a8a2f57fb96766e6/lib/src/openApiToTypescript.ts#L170 smth like this ``` t.enum(${name}, [ ...schema.enum ]);...