-
Notifications
You must be signed in to change notification settings - Fork 5
Editor Page -> Editor: Avro #6
Comments
/assign me. |
I have found a potential editor to use for Avro. It is still a text editor, but provides real-time Avro validation and renders the output in real-time also. Please take a look when you get a chance. The original source of this is a Electron application built in React so all that is required are some small build configuration changes and we can use it. |
@craicoverflow I tried to build your javro branch but I got this result on the first step of
|
So, these are mainly build warnings that happen on Note: I have STILL not been successful in being able to run this web app anymore... |
I (finally) managed to get this working. I was seeing a completely different set of errors to you. It was happening because there was a transitive dependency depending upon React v18, but the application using v18. This normally is not a problem, but as yet there are no typings published for v18, so it hit all sorts of mismatch errors. I was able to force them to use v17: https://github.com/craicoverflow/javro/blob/eed55a0407318fa7cb543c91943b575be63238ee/package.json#L149-L152 From there the other errors were straightforward to fix. |
No description provided.
The text was updated successfully, but these errors were encountered: