How to fix error 'FB' is not defined no-undef on create-react-app project?

后端 未结 5 995
隐瞒了意图╮
隐瞒了意图╮ 2020-12-30 02:51

I made the project using this link as my starting file.

https://github.com/facebookincubator/create-react-app

But after i tried to make Facebook login button

5条回答
  •  星月不相逢
    2020-12-30 03:13

    Based on what @dan-abramov stated in a comment to another answer:

    Don't use FB, use window.FB

    This way, you define explicitely where the variable FB needs to come from.

提交回复
热议问题