Can't open project after entering invalid dynamic value logic in code editor

What are you trying to do? (please be as specific as possible and include relevant screenshots, code snippets)

I wrote a line of JS as a dynamic value that was meant to compare a prop value to a state value to determine whether to apply the disabled state on a button.

Instead of using the == or === operator, I accidentally used the = assignment operator. The project froze. Now when attempting to reopen the project, plasmic loads a blank studio - eventually chrome shows a webpage not responding notification.

Relevant links:

Update: It appears to only be an issue in Chrome. Opening the project in edge operates as expected