mirror of
https://github.com/iconify/iconify.git
synced 2025-01-26 00:28:28 +00:00
Update React component
This commit is contained in:
parent
8627507912
commit
f5729b7d00
@ -2,7 +2,7 @@
|
||||
"name": "@iconify/react",
|
||||
"description": "Iconify icon component for React.",
|
||||
"author": "Vjacheslav Trushkin",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"license": "MIT",
|
||||
"bugs": "https://github.com/iconify/iconify/issues",
|
||||
"homepage": "https://iconify.design/",
|
||||
|
@ -53,7 +53,7 @@ export const render = (
|
||||
// Get all customisations
|
||||
const customisations = mergeCustomisations(
|
||||
defaultProps,
|
||||
props as unknown // TODO: Fix me
|
||||
props as FullIconCustomisations
|
||||
);
|
||||
|
||||
// Create style
|
||||
|
Loading…
x
Reference in New Issue
Block a user