You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a HOC for the next/image component and the type was working good on nextjs 10 but now, after upgrading to 11, it is returning an error. Unfortunately I was not able to find a solution. Here is a sandbox: https://codesandbox.io/s/cold-tdd-onubv?file=/src/image.tsx
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
vercel
locked as resolved and limited conversation to collaborators
Jan 28, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Next.js are you using?
11.0.1
What version of Node.js are you using?
12
What browser are you using?
Chrome
What operating system are you using?
macOS
How are you deploying your application?
next
Describe the Bug
I have a HOC for the next/image component and the type was working good on nextjs 10 but now, after upgrading to 11, it is returning an error. Unfortunately I was not able to find a solution. Here is a sandbox:
https://codesandbox.io/s/cold-tdd-onubv?file=/src/image.tsx
Expected Behavior
Not having the type error.
To Reproduce
Here is a codesandbox link: https://codesandbox.io/s/cold-tdd-onubv?file=/src/image.tsx
The text was updated successfully, but these errors were encountered: