José Luis

Results 482 comments of José Luis

> It should be mentioned that, as is shown in the issue mentioned above, in version 3 of Docusaurus there are 2 type errors: one for `@docusaurus/theme-classic` and another for...

It is not very clear what you are asking.

> For me the issue in Storybook 7 was related to `withThemeByClassName` hook from [@storybook/addon-themes](https://storybook.js.org/addons/@storybook/addon-themes), managed to solve it https://stackoverflow.com/a/77859321/7226874 That solution didn't work for me.

@shilman I will have to check it, but for now, `next` version does not work also.

@shilman The same issue exist on _pnpm_ `7.33.6`: ```bash at Module.require (node:internal/modules/cjs/loader:1235:19) at module.exports (/home/luisalaguna/Projects/TRT/twe_fe_next/node_modules/.pnpm/[email protected]/node_modules/import-fresh/index.js:32:59) at loadJsSync (/home/luisalaguna/Projects/TRT/twe_fe_next/node_modules/.pnpm/[email protected][email protected]/node_modules/cosmiconfig/dist/loaders.js:17:12) at #loadConfiguration (/home/luisalaguna/Projects/TRT/twe_fe_next/node_modules/.pnpm/[email protected][email protected]/node_modules/cosmiconfig/dist/Explorer.js:92:30) at #readConfiguration (/home/luisalaguna/Projects/TRT/twe_fe_next/node_modules/.pnpm/[email protected][email protected]/node_modules/cosmiconfig/dist/Explorer.js:77:80) at async search (/home/luisalaguna/Projects/TRT/twe_fe_next/node_modules/.pnpm/[email protected][email protected]/node_modules/cosmiconfig/dist/Explorer.js:44:40) at async...

> Ok then it seems to be a problem on our side. Thanks for trying @SalahAdDin! It does not work also with the `next` version. Thank you,

I'm having the same issue but with `postcss-import`: ```bash - /home/luisalaguna/Projects/TRT/twe_fe_next/node_modules/.pnpm/[email protected]/node_modules/open-props/postcss.config.cjs - /home/luisalaguna/Projects/TRT/twe_fe_next/node_modules/.pnpm/[email protected][email protected]/node_modules/cosmiconfig/dist/loaders.js - /home/luisalaguna/Projects/TRT/twe_fe_next/node_modules/.pnpm/[email protected][email protected]/node_modules/cosmiconfig/dist/Explorer.js - /home/luisalaguna/Projects/TRT/twe_fe_next/node_modules/.pnpm/[email protected][email protected]/node_modules/cosmiconfig/dist/index.js - /home/luisalaguna/Projects/TRT/twe_fe_next/node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/postcss-loader/dist/utils.js - /home/luisalaguna/Projects/TRT/twe_fe_next/node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/postcss-loader/dist/index.js - /home/luisalaguna/Projects/TRT/twe_fe_next/node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/postcss-loader/dist/cjs.js - /home/luisalaguna/Projects/TRT/twe_fe_next/node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/webpack/lib/ProgressPlugin.js - /home/luisalaguna/Projects/TRT/twe_fe_next/node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/webpack/lib/index.js - /home/luisalaguna/Projects/TRT/twe_fe_next/node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected][email protected]_react@1_hira244ys3bq3vxf32k3zzxybi/node_modules/@storybook/nextjs/dist/preset.js -...

Related [issue](https://github.com/storybookjs/storybook/issues/25981).

> @shilman, we can close this issue. I discovered that my GitLab pipeline was caching dist directories in node_modules which was causing issues. Close it with a comment, please.

I'm having the same issue with a lower version and no any of my components use `async/await`: ```ts import React from "react"; import { Metadata, ResolvingMetadata } from "next"; import...