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

Ensure non add/copy/move ops don’t throw #456

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Ensure non add/copy/move ops don’t throw #456

merged 1 commit into from
Sep 19, 2024

Conversation

dragonstyle
Copy link
Collaborator

Renderers currently on pay attention to 3 ops (add, remove, replace) when rendering previews. But we would incorrectly assume that an op that appeared in a patch would be supported on renderers, so move, copy, or test would cause an error.

fixes #455

This PR contains:

  • New features
  • Changes to dev-tools e.g. CI config / github tooling
  • Docs
  • Bug fixes
  • Code refactor

Renderers currently on pay attention to 3 ops (add, remove, replace) when rendering previews. But we would incorrectly assume that an op that appeared in a patch would be supported on renderers, so move, copy, or test would cause an error.

fixes #455
@jjallaire jjallaire merged commit e13db5b into main Sep 19, 2024
9 checks passed
@jjallaire jjallaire deleted the bugfix/455 branch September 19, 2024 13:59
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.

Error in Inspect View: Cannot read properties of undefined (reading 'length') at generatePreview
2 participants