We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9396d commit 3e8e189Copy full SHA for 3e8e189
1 file changed
src/components/matter.ts
@@ -84,7 +84,8 @@ const MatterSimulation = () => {
84
85
return(
86
<div>
87
- <canvas ref={canvasRef} />
+ <canvas ref={canvasRef}>
88
+ </canvas>
89
</div>
90
);
91
};
0 commit comments