Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid logical assignment operator (#3022)
Apparently `??=` was only added to javascript in ES12, and our eleweb build doesn't support it. Fixes breakage introduced in #3019.
- Loading branch information