mirror of
https://github.com/iconify/iconify.git
synced 2024-12-05 02:33:16 +00:00
docs: update note
This commit is contained in:
parent
9ed21a9e97
commit
24b5d1b28c
@ -70,6 +70,9 @@ interface IconifyElementProps {
|
||||
export interface IconProps extends IconifyElementProps, IconifyIconProps {
|
||||
/**
|
||||
* Try load icon on first render during SSR
|
||||
*
|
||||
* This is a low-level API for framework integrations, you don't usually need to use it directly.
|
||||
* Note this might hydration mismatches if the icon data is not handled correctly, use with caution.
|
||||
*/
|
||||
ssr?: boolean
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user