Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: revert yarn.lock to fix resizer; reinstall remirror #265

Merged
merged 1 commit into from
May 4, 2023

Conversation

lihebi
Copy link
Collaborator

@lihebi lihebi commented May 4, 2023

#260 introduced an upgrade of yarn.lock to update remirror dependencies in order for Remirror to function correctly. However, it upgraded other packages as well which seems to introduce many regressions, e.g. #263 and this one.

For this one, in the development env, resizing a code pod might throw the error: resizeobserver loop limit exceeded:

This PR:

  1. reverts the yarn.lock to before feat: add remirror yjs extension for rich-text real-time sync #260
  2. reinstall remirror packages to make Remirror work
  3. fix the web-tree-sitter to 0.20.7 in packages.json to better fix fix: web-tree-sitter load wasm error #263

@lihebi lihebi merged commit a9aa61f into codepod-io:main May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant