私はreact-bootstrap-selectを使用しています。私は私のプロジェクトを実行したときしかし、私はエラーを取得:ブートストラップ反応中
TypeError: React.__spread is not a function
TypeError: React.__spread is not a function
render
d:/PROJECTS/REACT_APP/bsapp/node_modules/react-bootstrap-select/dist/Select.js:58
55 | },
56 | render: function() {
57 | return (
> 58 | React.createElement(Input, React.__spread({}, this.props, {type: "select"}))
59 | );
60 | }
61 | });
これを解決する方法は?
あなたのReactのバージョンとreact-bootstrap-selectのバージョンを入力してください。 – JulienD