chore: playground mutilmodel input
This commit is contained in:
@@ -50,7 +50,7 @@ const Chart: React.FC<{
|
||||
return () => {
|
||||
window.removeEventListener('resize', handleResize);
|
||||
};
|
||||
}, [resize, chart]);
|
||||
}, [resize]);
|
||||
|
||||
return <div ref={container} style={{ width: width, height }}></div>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user