mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
fix: check for unmounted chart
This commit is contained in:
@@ -110,7 +110,7 @@ export default function boot({ app, context }) {
|
||||
await rendered;
|
||||
components.push(component);
|
||||
componentsUnmount.push(unmount);
|
||||
appRef.current.setComps(components);
|
||||
appRef?.current?.setComps(components);
|
||||
})();
|
||||
},
|
||||
remove(component) {
|
||||
|
||||
Reference in New Issue
Block a user