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

Hello there! I am a core developer of [FastStream](https://github.com/airtai/faststream) - the Python frameworks to build well-structured publish/consumes services for various Message Brokers. One of the great FastStream features users love...

stale

## Why this issue? https://sonarcloud.io/project/issues?resolved=false&id=asyncapi_asyncapi-react&open=AYrVnL1ri9mf_H5ePyyS&tab=why ## Where's the issue? https://sonarcloud.io/project/issues?resolved=false&id=asyncapi_asyncapi-react&open=AYrVnL1ri9mf_H5ePyyS&tab=code

Hacktoberfest

If asyncapi.yml contains any minor validation error this react component does not render any documentation at all even if the rest of the file contains useful and valid information. Example...

stale

**Description** It looks like the latest changes from https://github.com/asyncapi/asyncapi-react/commit/eabba4fb52741b529e9b71a82dfd303cb56c69c1#diff-ab2dcbe79ad45d341a8591fc20c2b9896235a440f5465b1b8d165b8c733b9a32L62 have caused a breaking change. When running `npx asyncapi generate fromTemplate asyncapi.yml @asyncapi/html-template -o ./asyncapi --force-write` The following error is show:...

**Description** I'm trying to use AsyncApiComponent in React to display the AsyncAPI documentation in a web page. But I'm getting an error which says **Uncaught EvalError: Refused to evaluate a...

stale

Hi everybody, I've noticed that on following AsyncAPI 2.6.0 document, the renderer catastrophically crashes. There is no way of recovery. This also manifest in https://studio.asyncapi.com/ where the document is stored...

stale

**Description** I would like to serve multiple schemas from a single instance of the AsyncApiStandalone component. Something like this: ```javascript AsyncApiStandalone.render({ schemas: [{ url: './my-service/websocket.asyncapi.yaml', options: { method: "GET", mode:...

stale

**Description** Changes proposed in this pull request: - Extends the Extension component - Allows customized rendering of extensions passed as configuration **Example** ```tsx import * as React from "react"; import...

**Description** I am trying to use React component for rendering documentation. I cannot use it due to the problem with missing modules. I created new application with [create react app](https://create-react-app.dev/)...

**Description** `path.dirname(require.resolve('@asyncapi/web-component'))` fails with `Cannot find module '[truncated]/@asyncapi/web-component/lib/index.js'. Please verify that the package.json has a valid "main" entry`. **Expected result** **Actual result** **Steps to reproduce** **Troubleshooting**