react-social-login
react-social-login copied to clipboard
TypeError: Cannot read property 'createElement' of undefined
Hello when I am trying to make build it is throwing error "TypeError: Cannot read property 'createElement' of undefined" due to which Ia m not able to deploy the code on production(azure). Please help me to find out the appropriate solution.
Thanks
Could you please add two details:
- Error in a little detail?
- How are you trying to build?
Are using a functional component instead of classic component? I've seen a similar error in that.