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** 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** Changes proposed in this pull request: As in the title: make patch release, due to the fact that the previous commit skipped the release **Related issue(s)**

**Description** Changes proposed in this pull request: - Adds a configuration `show.messageExamples`, which when `true` also shows examples for the messages in the `Messages` section (and not only for the...

Fixes: #1008 The condition in the onClick handler of TabLink has been fixed.

**Description** Changes proposed in this pull request: - Adds a configuration `useChannelAddressAsIdentifier` to the sidebar configuration, so that the channel address is used as a fallback also for AsyncAPI v3...

**Description** Fix for rendering specifications that contain oauth2 password flow only. **Related issue(s)** `Resolves #1007`

**Description** When the specification contains securityScheme of type oauth2 that contains password flow and that scheme is referred in the document the spec fails to render. It happens in all...

**Description** We recently migrated from AsyncAPI v2 to v3. For AsyncAPI v2.6.0 documents, the sidebar component provides a [fallback](https://github.com/asyncapi/asyncapi-react/blob/master/library/src/containers/Sidebar/Sidebar.tsx#L251-L264) that uses the channel's address as an operation name in the...

**Description** - Navigation tab between schema and configuration is not working as expected. **Expected Result** - It should navigate properly between the schema tab and configuration tab. [Screencast from 2024-05-30...