2
0
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:
Anthony Fu 2024-04-18 19:51:01 +02:00
parent 9ed21a9e97
commit 24b5d1b28c

View File

@ -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
}