React: checker is not a function

前端 未结 12 1392
庸人自扰
庸人自扰 2021-02-04 23:25

I\'m getting this weird warning message in the console for my React app.

Warning: Failed propType: checker is not a function Check the render method of <

12条回答
  •  囚心锁ツ
    2021-02-04 23:33

    In my case I'd simply accidentally removed a type:

    grValue: PropTypes, // instead of PropTypes.string
    

提交回复
热议问题