无受限全局变量

2022-08-30 00:28:19

我正在使用 React 和 Redux 来开发一个 web 应用程序,当我启动我的项目时,我得到了这个:

Line 13:  Unexpected use of 'location'  no-restricted-globals

Search for the keywords to learn more about each error.

我搜索了很多关于如何解决它的信息,但是我找到的答案都没有帮助我,所以我转向了Stack溢出。

有谁知道如何解决此错误?我感谢我能得到的所有帮助。


答案 1

尝试在 之前添加(即 )。windowlocationwindow.location


答案 2

这是一个简单,也许不是最好的解决方案,但它有效。

在收到错误的行上方的行上,粘贴以下内容:

// eslint-disable-next-line no-restricted-globals