a-tokyo / react-apple-signin-auth

 Apple signin for React using the official Apple JS SDK
https://a-tokyo.github.io/react-apple-signin-auth
MIT License
104 stars 13 forks source link

Error occured when importing the package #14

Closed ronichristian closed 3 years ago

ronichristian commented 3 years ago

regeneratorRuntime is not defined

a-tokyo commented 3 years ago

add this line to your index.js import 'regenerator-runtime/runtime';