在普通的create-react-app中,添加react-select和@ typeform / embed作为依赖项,然后同时导入这两个结果,导致Webpack无法编译并出现以下错误:
TypeError:无法读取属性'border-radius:0; display:block; height:2px; width:25px; position:absolute; right:6px; top:6px;'的未定义
这是因为
import Select from "react-select"
和
import { ReactTypeformEmbed } from "react-typeform-embed"
在要编译的文件中
问题似乎出在此截图Typeform SDK issue
中所示的Typeform Embed SDK上。有人遇到这个问题吗?我删除React Select导入后,Tyepform导入似乎就可以工作了。