在普通的create-react-app中,添加react-select
和@typeform/embed
作为依赖项,然后同时导入这两个结果导致Webpack无法编译并出现以下错误:
TypeError: Cannot read property 'border-radius:0;display:block;height:2px;width:25px;
position:absolute;right:6px;top:6px;'
of undefined
这是由于“ react-select”中的import Select
和“ react-typeform-embed”中的import { ReactTypeformEmbed }
都在要编译的文件中引起的
问题似乎与Typeform Embed SDK有关,如此屏幕截图Typeform SDK问题所示
有人遇到这个问题吗?我删除React Select导入后,Typeform导入似乎就可以工作了。