Both fixes seem to work. I didn’t know about the quote syntax, it might be missing from the docs. The JSX setting confused me a little, but after checking the schema I learned that the JSX setting changed from "reason": {react-jsx: 3} to "jsx": {"version": 4}.
↧
What's the correct way to bind a React component with reserved keywords as prop names?
↧