react-select和@ typeform / embed

时间:2018-12-13 23:46:14

标签: embed react-select typeform

在普通的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导入似乎就可以工作了。

0 个答案:

没有答案