Molecule3dViewer eats memory

The dash_bio Molecule3dviewer uses a ton of memory and I’m not sure why. From what I understand, it is built on top of GitHub - Autodesk/molecule-3d-for-react: 3D molecular visualization React component using 3Dmol.js, which I believe is built on top of the 3dmol.js library. When using the original 3dmol.js library (on the library website, http://3dmol.csb.pitt.edu/), usage is smooth and memory usage does not explode.
Has anyone else experienced this? For me all it takes is rotating the provided molecules at dash_bio.Molecule3dViewer | Dash for Python Documentation | Plotly to watch my memory climb.