fix(showcase): fixed dispose for error route
This commit is contained in:
@@ -146,7 +146,12 @@ export default function Error() {
|
|||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
}, [playVoice, spineData]);
|
return () => {
|
||||||
|
if (spinePlayer) {
|
||||||
|
spinePlayer.dispose()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}, [playVoice, spineData, spinePlayer]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<section className={classes.error}>
|
<section className={classes.error}>
|
||||||
|
|||||||
Reference in New Issue
Block a user