搞CSS-in-JS的时候动态样式没生效,排查半天发现是缓存key没更新…加个随机数搞定 #样式不生效太折磨人了#
const style = css({ color: props.theme }, Math.random())
登录/注册