Kaylee Sachs
Kaylee Sachs
Oops, I just noticed that there already is an open PR for this with #15 - Is there any ETA on getting any of these two PRs merged? Thank you...
Hello, we are also currently facing this issue. This is due to the serialization failing in this line: https://github.com/theintern/intern/blob/4ba563ed5557d55f1f44c163b95feb16b211421a/src/lib/channels/WebSocket.ts#L62 Our data structures contain a lot of circular data so removing...
We've gone ahead and just installed the git repo directly for the meantime. (The compiled code is included in the GitHub repo.) `npm i git+https://github.com/shakee93/vue-toasted.git`
Hello @vikasrohit Thank you for reporting this. I'll flag this as a bug but I cannot give you an estimate to if/when this will be fixed since this library is...
Hey @pascal-codetaal Whenever the user stops editing the text the code will be reformatted after a certain amount of time without any further interaction. This "format" is what currently resets...
Hello - Thank you for reporting this & sorry for getting back at you so late. This behavior was present in the original implementation of the reset feature, but was...
Hello Will, First of all: After some digging the current version of the editor does indeed have some issues regarding nested update calls, but I'm not sure if this is...
This is a good idea. I think the "Sub Components" Task should go hand in hand with transforming the editor into a more universal editor, as both will require a...
Hello - thank you very much for reporting this, I am able to reproduce this on my end. Can you attempt to use the workaround described here? https://github.com/AndrewRedican/react-json-editor-ajrm/issues/87 Otherwise this...
I see. There seems to be something seriously wrong with parsing in the current release. We're currently waiting for #83 to be merged before making any further changes to this...