akiokio / ReactSignupLoginComponent

The React SignupLogin Component is a drop in login/register/forgotPassword component to speed up development.
https://akiokio.github.io/ReactSignupLoginComponent/
MIT License
29 stars 18 forks source link

Proptypes Error #27

Closed ahsan7786 closed 6 years ago

ahsan7786 commented 6 years ago

Hi,

using this component in my app generate proptypes error. even testing on https://runkit.com/npm/react-signup-login-component generates same error issue

akiokio commented 6 years ago

@ahsan7786 thanks for reaching out, sorry that broke. It's weird it looks like npm is using a different version than the one in the dist folder, if you look inside you can see the code is different (newer)

I will debug as soon I get home from work today.

akiokio commented 6 years ago

Hi @ahsan7786, I've just updated the package to the version 1.0.3. It's just a clean up to force npm to update their files. Looks like it's working fine now, can you test it again?

About the Runkit, now it's giving "Unexpected token import" which makes sense based on their premise Try any Node.js package right in your browser. The es6 syntax (import/export) is not available in node (commonjs). Makes sense?

ahsan7786 commented 6 years ago

@akiokio i will check and update you in this regard :)

ahsan7786 commented 6 years ago

its working fine now @akiokio

akiokio commented 6 years ago

great! I'll the issue 👍