Yariv Shamash

Results 5 comments of Yariv Shamash

Hey @gustavoaroberto did you find a solution to your issue? I'm experiencing difficulties in making the component responsive.

I solved it by rendering the component conditionally. I added a condition so that only if the object to which the component is used for (in my case a song)...

I figured it out. width should be passed as a string of a number of pixels but with no units. Having said that, I still could not make it be...

Hey @shaketbaby, thanks for your reply. I'm using `process` in `__test__/setup/env.js`: ``` import { loadEnvConfig } from '@next/env'; export default async () => { const projectDir = process.cwd(); loadEnvConfig(projectDir); };...

Dear Hao, you are correct. As it turns out, the issue is not caused by directory-naned-webpack-plugin. When I opened a new project with next,js-11 and installed it the issue did...