Mohammed Mehdi
Mohammed Mehdi
@Souvikns is something else required in this ?
> Also to fix the multiple recursions , rather than specifying the MAX DEPTH to 10 , where we might encounter issue you mentioned above , we can maybe explore...
> Add yes adding Error Boundary , Would be beneficial in the long run . Let's keep this isolated you can create a new issue for the same as Improvement...
The issue arises due to a cyclic dependency between the Schema and Extensions components, as observed in the following code: The code which is causing this issue is https://github.com/asyncapi/asyncapi-react/blob/076f36bd98cb867c26e3c8c2a5426b5551c1af4d/library/src/components/Schema.tsx#L361-L363 and...
I think this should be merged after https://github.com/asyncapi/asyncapi-react/pull/1108 is merged
Uncaught TypeError: Cannot read properties of undefined (reading 'alloc') when using react with Vite
@MateuszPe I think the issue here is that you are importing it from ```js import AsyncApiComponent from "@asyncapi/react-component" ``` instead import it from ```js import AsyncApiComponent from "@asyncapi/react-component/browser"; ``` also...
> @catosaurusrex2003 one test is failing @AceTheCreator yeah the test are failing due to the new changes and it requires for the test to be modified. I was waiting for...
@AceTheCreator I updated the scripts and added description for it.