-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module not found: Error: Package path . is not exported in react-timezone-select #133
Comments
I noticed that in the newer version
./dist/index.cjs was removed |
any workaround, for a really simple use case this has been a dead end. |
@alex-ohadi did you find another options? |
Yup, I just removed this feature entirely and got the timezone based on the browser. Alex OhadiOn Oct 30, 2024, at 7:19 AM, zthomas1 ***@***.***> wrote:
any workaround, for a really simple use case this has been a dead end.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
You can get various abbreviations and offsets by tweaking this output |
Describe the bug
Latest version that works react-timezone-select@2.1.5 works
Breaking change starts here: react-timezone-select@3.2.0
Current Webpack version installed
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-shell-plugin-next": "^2.3.2"
Module not found: Error: Package path . is not exported from package in /node_modules/react-timezone-select
Reproduction
yarn start
System Info
Used Package Manager
yarn
Validations
The text was updated successfully, but these errors were encountered: