catamphetamine / react-phone-number-input

React component for international phone number input
http://catamphetamine.gitlab.io/react-phone-number-input/
MIT License
914 stars 194 forks source link

Lib breaks on CodeSandBox #356

Closed SCasarotto closed 3 years ago

SCasarotto commented 4 years ago

It appears this library is breaking on run on CodeSandBox. However, it does seem to run in a normal build environment.

Example: https://codesandbox.io/s/react-phone-number-input-breaks-codesandbox-example-pf32l

catamphetamine commented 4 years ago

Looks like there's some syntax issue when importing the component on codesandbox.io. Whatever.

catamphetamine commented 3 years ago

FYI: https://stackblitz.com/ seems to work.

SCasarotto commented 3 years ago

Just wanted to follow up that this issue is now resolved. You can see here https://github.com/catamphetamine/react-phone-number-input/issues/356 that it was an import issue and CodeSandBox resolved it on their side.