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

feat: remove json extensions [TOL-1286] #1438

Closed
wants to merge 1 commit into from

Conversation

2wce
Copy link
Contributor

@2wce 2wce commented Jun 28, 2023

this temporarily removes JSON extensions to fix the bug caused when importing extensions from codemirror

@2wce 2wce added the bug Something isn't working label Jun 28, 2023
@2wce 2wce self-assigned this Jun 28, 2023
@2wce 2wce requested a review from a team as a code owner June 28, 2023 12:09
@@ -61,7 +59,6 @@ export function JsonEditorField(props: JsonEditorFieldProps) {
value={props.value}
onChange={props.onChange}
theme="light"
extensions={[json(), EditorView.lineWrapping]}
Copy link
Member

@z0al z0al Jun 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are the consequences of this? would it break something for our customers?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are going to test the difference this makes before merging, it looks more like a styling thing at first glance but once we confirm we'll know the potential impact

@2wce 2wce closed this Jul 6, 2023
@2wce 2wce deleted the feat/remove-json-extensions branch July 6, 2023 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working don't merge package:json
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants