Can not import `bpfrpt_proptype_WindowScroller` when using PhoneInput component
See original GitHub issueCurrent Behavior
I am using vite@^2.0.5 (which is using Rollup) and when I import PhoneInput component, it fail to build.
10:03:50 PM [vite] new dependencies found: baseui/phone-input, updating...
> node_modules/baseui/node_modules/react-virtualized/dist/es/WindowScroller/utils/onScroll.js:74:9: error: No matching export in "node_modules/baseui/node_modules/react-virtualized/dist/es/WindowScroller/WindowScroller.js" for import "bpfrpt_proptype_WindowScroller"
74 │ import { bpfrpt_proptype_WindowScroller } from "../WindowScroller.js";
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expected Behavior
The build stage should be done perfectly.
Your Environment
| Tech | Version |
|---|---|
| Base UI | v9.111.2 |
| React | v17.0.0 |
| Vite | v2.0.5 |
- I have searched the issues of this repository and believe that this is not a duplicate.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:7
Top Results From Across the Web
react-phone-number-input - npm
"Without country select" component is just a phone number <input/> . import PhoneInput from 'react-phone-number-input/input' function ...
Read more >Cannot override styles with styled component in react-phone ...
Styles can be overridden with additional CSS file imported but not with the styled component. Why? import React from "react"; import styled ...
Read more >react-phone-input-2 examples - CodeSandbox
Learn how to use react-phone-input-2 by viewing and forking react-phone-input-2 example apps on CodeSandbox.
Read more >React Phone Number Input - GitHub Pages
import PhoneInput from 'react-phone-number-input' <PhoneInput ... "Without country select" phone number input component can be imported from ...
Read more >react-phone-input-2 | Yarn - Package Manager
A react component to format phone numbers. react, phone, format, number ... Highly customizable phone input component with auto formatting.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
vite.config.ts
@shunyue1320 what is WRONG_CODE? 🤔