使用Next.JS的React-Select V2.0

Saf*_*inn 5 javascript emotion reactjs react-select server-rendering

我正在尝试将React-Select V2.0与Next.JS一起使用,但是在服务器加载时,select元素未设置样式,而闪烁设置了样式。

我尝试使用Next.JS的Emotion示例来渲染情感样式(https://github.com/zeit/next.js/tree/master/examples/with-emotion),但它似乎与Styled-JSX冲突我使用的错误StyleSheet: insertRule accepts only strings.

我尝试使用此处显示的Emotion babel配置选项:https : //github.com/emotion-js/emotion/blob/master/docs/configurable-imports.md#babel-options

但这会导致整个页面无法呈现样式,然后闪烁显示样式。

有谁知道如何在服务器渲染中使用Next.JS上的React-Select V2?

谢谢。