나는 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