Lukáš Krotovič
Lukáš Krotovič
**Describe the improvement that you'd like** It would be nice to have the Git Graph view opened when I reload the workspace. **Additional context (optional)** It seams to be possible...
**Describe the bug** When running tests for Yjs with `react-scripts test`, import of `lib0/webcrypto` inside `lib0/dist/random.cjs` causes test failure with "SyntaxError: Unexpected token 'export'". ```bash FAIL src/yjs.test.js ● Test suite...
This change adds support for logical assignment operators into `babel-preset-react-app`. This PR is based on issue #10734 I have also updated E2E tests inside `react-scripts` so I can test it...