Nikita

Results 12 comments of Nikita

I fixed it - https://github.com/supabase/supabase/issues/20993 # Solution (how to fix this issue) 1. My mistake was that I used `supabaseClient` that takes no cookies and created for client components 2....

> Just add this, depending on what you need > > ``` > style={{ width: "300px", height: "32px" }} > ``` > > or `style={{ width: "auto", height: "auto" }}`...

> Having auto width _and_ height doesn’t make sense. It’s one or the other. What’re you trying to achieve by setting both properties to auto? I wnat max-h-[32] and w-full...

I'm still see this issue Somebody know how to fix it? ``` warn-once.js:16 Image with src "/success-checkmark.gif" has either width or height modified, but not the other. If you use...

Any updates on this? I'm still see this issue I write this comment to keep this issue open _Edit by maintainer bot: Comment was **automatically** minimized because it was considered...

Before suggested fix: ![image](https://github.com/vercel/next.js/assets/39565703/91f817a1-95cc-461e-b627-f50a5f667994) After suggested fix: (console has been cleared and page has been refreshed) ![image](https://github.com/vercel/next.js/assets/39565703/de976bad-98d7-4000-9e84-b9921208fe8d) MVP - https://codesandbox.io/p/devbox/mvp-warn-img-aspect-ratio-md683h @Jungho-Cheon - please provide mvp where fix work for you...

I tried also this ![image](https://github.com/codesandbox/codesandbox-client/assets/39565703/9a6a9aad-2ac4-4caa-b80f-9b9a5628611e)