Edy

Results 6 comments of Edy

@Jenny-pyl Here's how to add linting to react-codemirror ```typescript import CodeMirror from "@uiw/react-codemirror"; import { json, jsonParseLinter } from "@codemirror/lang-json"; import { linter } from "@codemirror/lint"; import { useState }...

@george-i It seems like the library only allows 1 redirect to happen.

Same issue, I haven't touched this code in my app for months but now suddenly it breaks the app

@whospsycho I got a temporary solution that works for me It's related to the issues mentioned here: - https://github.com/electron/forge/issues/3738 - https://github.com/electron/forge/issues/3714 I followed these steps (some of these might be...