swagger-editor
swagger-editor copied to clipboard
SwaggerEditor@next: Investigate freezing AsyncAPI UI while editing #319
Issue originally created by @frantuma
While editing, when the spec is not "considered valid" for some reason by the UI, it freezes the whole browser (FF + Chrome).
This ticket is about investigating the reason and apply a fix if possible, similarly to what done in AsyncAPI studio, where spec is parsed beforehand and UI rendered only with valid spec.
@char0n @frantuma Is this still an active issue? We do already try to parse with AsyncAPI's parser first here: https://github.com/swagger-api/swagger-editor/blob/b524bc055e8baad80069d5edcc716e9fb38a594a/src/plugins/editor-preview-asyncapi/components/AsyncAPIEditorPreviewPane.jsx#L83
Closed by https://github.com/swagger-api/swagger-editor/issues/3217