Thanks for the response.
I did solve the issue by adding the following to the Canvas:
<Canvas gl={{ powerPreference: 'default', antialias: false }} />
This solved the memory issues.
Thanks for the response.
I did solve the issue by adding the following to the Canvas:
<Canvas gl={{ powerPreference: 'default', antialias: false }} />
This solved the memory issues.