10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I tested on next.js ( next-app-dir) version with package '@iconify-icon/react'. However it doesn't work. (right block)
'@iconify-icon/react'
The next-page-dir version works properly. (left block)
Do we have an example for next.js version ( next-app-dir)
import { Icon } from '@iconify-icon/react'; <p> <Icon icon="mdi:home" /> <Icon icon="mdi:home-outline" width={100} /> <Icon icon="flat-color-icons:home" /> <Icon icon="flat-color-icons:home" width={200} /> <Icon icon="flat-color-icons:home" /> </p>
The text was updated successfully, but these errors were encountered:
Looks like it wasn't bundled or for some reason javascript didn't load.
Sorry, something went wrong.
Hi Have you come up with a solution? I have a similar issue
I have three icons
However none of them are rendered
Hi, @mtr1990 ensure that you are using it in a client component ( "use client" at the top)
"use client"
No branches or pull requests
Hi,
I tested on next.js ( next-app-dir) version with package
'@iconify-icon/react'
. However it doesn't work. (right block)The next-page-dir version works properly. (left block)
Do we have an example for next.js version ( next-app-dir)
The text was updated successfully, but these errors were encountered: