尝试在笔https://codepen.io/mxshrv/pen/aMXvQd中使用样式化的组件,但会出错
row.creationDateLabel.setText("\(convertDateFormater(date: DateFormatter.iso8601Full.string(from: value.creationDate)))")
如何为笔正确添加图书馆?
答案 0 :(得分:1)
尝试在此笔中使const styled = window.styled
像这样的笔:
https://codepen.io/beauhaus/pen/OaRwbm
答案 1 :(得分:0)
样式化组件v5之类的外观添加了新要求。 You now also need react-is
才能使用SC。
因此,在笔中的外部脚本下,搜索react-is
并将其添加。
我还建议将其上移到react
和react-dom
之后,再到您的styled-components
脚本之前。