add draggable="false" in Link and NextImage props #73632
EsrafilElahi
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Both components have the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Verify canary release
Provide environment information
in next all apps, all versions
Which example does this report relate to?
with-tailwindcss , all examples
What browser are you using? (if relevant)
firefox
How are you deploying your application? (if relevant)
the compony own server
Describe the Bug
to preventing draggable in some browsers such as firefox :
the Link and NextImage tags must be include draggable props
this helps for example Sliders components which don't throw it
Expected Behavior
accept the passing draggable="false" in Link and Image tag props
doesnt type error
To Reproduce
to preventing draggable in some browsers such as firefox :
the Link and NextImage tags must be include draggable props
this helps for example Sliders components which don't throw it
Beta Was this translation helpful? Give feedback.
All reactions