asyncapi-react icon indicating copy to clipboard operation
asyncapi-react copied to clipboard

React component for rendering documentation from your specification in real-time in the browser. It also provides a WebComponent and bundle for Angular and Vue

Results 99 asyncapi-react issues
Sort by recently updated
recently updated
newest added

**Description** oneOf is not included inside of array. **Expected result** The oneOf part of the schema is visible inside arrays. **Actual result** ![Screenshot 2024-02-28 at 15 41 00](https://github.com/asyncapi/asyncapi-react/assets/1437394/8eb86cf6-149b-428f-956a-a7f5d4d01b8d) As you...

#### Describe the bug `unstringify` somehow corrupts the parsed document and results in failing to render the `AsyncApiReactComponent`. #### How to Reproduce **Dependencies versions:** ```json "@asyncapi/avro-schema-parser": "^3.0.3", "@asyncapi/openapi-schema-parser": "^3.0.4", "@asyncapi/parser":...

stale

This PR make required implementations to make a react components for extensions catalog related issue: #819

Can someone show me a sandbox/repo where react-component is used in a simple example. There is a sandbox in README, but its based on an old release and using the...

**Description** Changes proposed in this pull request: - Handled the document object being undefined. - In the changes proposed the code section throws an error when the document object is...

**Description** As reported in VSCode AsyncAPI Preview: https://github.com/asyncapi/vs-asyncapi-preview/issues/200 After upgrading to latest: `"@asyncapi/react-component": "^1.2.7"` It shows a blank page when document contains validation errors This are the configuration options used:

stale

#### Reason/Context It would make frontend devs life easier if they could execute the API directly from the generated documentation just like in Swagger. #### Description We have to show...

enhancement

**Description** As reported in the VS code AsyncAPI preview Extension. asyncapi/vs-asyncapi-preview#204 The config used is the default VS-extension config. AsyncApiStandalone.render({ schema: { url: '${asyncapiWebviewUri}', options: { method: "GET", mode: "cors"...

stale

**Description** When opening the sidebar through the hamburger button on bottom right of the screen, and then increasing the width of the preview, sidebar is still drawn in the overlay...

**Description** When opening the sidebar through the hamburger button on bottom right of the screen, it is drawn on the right border of the screen, or not drawn at all...