mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Remove unload from useStyle
This commit is contained in:
parent
f1b73c1cf1
commit
91b362b6a8
3 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ const classes = {
|
|||
offIcon: 'p-rating-icon'
|
||||
};
|
||||
|
||||
const { load: loadStyle, unload: unloadStyle } = useStyle(styles, { name: 'rating', manual: true });
|
||||
const { load: loadStyle } = useStyle(styles, { name: 'rating', manual: true });
|
||||
|
||||
export default {
|
||||
name: 'BaseRating',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue