apache / couchdb-fauxton

Fauxton is the new Web UI for CouchDB
https://github.com/apache/couchdb-fauxton
Apache License 2.0
378 stars 225 forks source link

Revert "Replace brace with ace-build and react-ace (#1331)" #1334

Closed Antonio-Maranhao closed 2 years ago

Antonio-Maranhao commented 2 years ago

Overview

Syntax check in the Code Editor is not working with the new react-ace component introduced in PR. The issue only happens in the release build. The editor works correctly with the dev server.

This PR reverts back to using brace by reverting commit 9fc82fb378afa8137a2e219971eaee8357a96d37 until the release build can be fixed for react-ace.

Testing recommendations

Automated tests pass

GitHub issue number

n/a

Related Pull Requests

n/a

Checklist