我想React Bootstrap Table2在我的项目中使用,但出现以下错误。
Uncaught ReferenceError: arguments is not defined at Object../node_modules/react-bootstrap-table2-toolkit/lib/src/search/SearchBar.js
这是从他们的官方网站上引用的以下导入。
import ToolkitProvider, {Search} from 'react-bootstrap-table2-toolkit';
const {SearchBar} = Search;
无法从此导入中找到搜索。