René Schubert

Results 39 comments of René Schubert

I stumbled upon a [workaround](https://github.com/plouc/nivo/issues/1941#issuecomment-1700999263) while evaluating an alternative library than echarts for usage with the Next.js pages router: [Nivo](https://nivo.rocks). So the same thing happened there and the fix works...

At least with the latest version of `echarts` (v5.5.1) and Next.js v14.2.10, this problem is occurring again, this time with a little different error message, but I guess the same...

@mkilp It says "devbox not found". Can you please update the link or make it public, if that's the issue? =)

@mkilp To me it looks like you're using the actual translation *value* (e.g. "Blank Label" or "Leeres Etikett") instead of the translation *key* (i.e. "new-label-modal.tabs.tab-1-title") as "labelType", that's why the...

Thanks for reaching out. For now, a possible workaround would be to use `onLdmodalclosing={...}`, as this seems to be triggered only once. Can you confirm that this is a valid...

Experiencing the same with Node.js v20.10.0 and [email protected]. Did anyone already have the chance to dig a little deeper and maybe found a workaround/solution to this problem?

Thanks! Using `resolutions` in the package.json worked for me: ```json "resolutions": { "postman-code-generators": "1.10.1" } ``` But it might not work for special use cases, as stated [here](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/issues/905#issuecomment-2276701470).