Hi everyone, I've been trying to embed Typebot with React, but there's a problem with libraries on v0.2.28. Once I do the npm start command, I get this compilation error:
BREAKING CHANGE: The request '@typebot.io/js/dist/web' failed to resolve only because it was resolved as fully specified (probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '.mjs' file, or a '.js' file where the package.json contains '"type": "module"'). The extension in the request is mandatory for it to be fully specified. Add the extension to the request.
with v0.1.27 (last one I tried) it's not happening, but I get an error with the multichoice options that avoids my typebot interaction to continue... Do you have any working examples with the latest library?