Lorens León

Results 3 comments of Lorens León

@jonaslagoni I tested it at work with `react@18` and it worked, for some reason it got installed instead of `react@17` and it was breaking our build. I used `patch-package` to...

@jonaslagoni I was able to test it as you mentioned. It failed 😅 This change is needed in [the template](https://github.com/asyncapi/html-template/blob/master/helpers/all.js#L162) to get it to work ```diff export function renderSpec(asyncapi, params)...

Hi @dcaponi, are you using a URL without a path as a callback? For example, something like `https://example.com`? The validate function relies on `new URL()`, so when you do `new...