So I have a react SPA with multiple routes and on every route I'm rendering a canvas element from react-three-fiber. Basically what I'm trying to do is to grab all the images on each page and convert them to 3d objects. When I change the page I get an "THREE.WebGLRenderer: Context Lost." log on the console. Is this something to worry about? Or Is there any other more efficient way to do that?