Vladislav Molochko

Results 9 comments of Vladislav Molochko

It worked for me: ```JS import dynamic from "next/dynamic"; const SwaggerUI = dynamic(import('swagger-ui-react'), {ssr: false}) const Test = () => export default Test ```

@yykoypj, @zombieJ Why there no `open` property instead of `visible` ?

Merge it please

There a lot of problems in the types inside of @antv/g2 library. If you will import Shape Interface directly from this library you will get thousand of errors. So i...