Skip to content
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

'../Grid' does not contain an export named 'bpfrpt_proptype_NoContentRenderer' #991

Closed
dawnmist opened this issue Jan 31, 2018 · 1 comment

Comments

@dawnmist
Copy link
Contributor

Reporting a Bug?

Failed to compile.

./node_modules/react-virtualized/dist/es/List/List.js
281:117-150 '../Grid' does not contain an export named 'bpfrpt_proptype_NoContentRenderer'.

react-virtualized versions: 9.18.1 & 9.18.2
dist/es/List/List.js, lines 352-363: this tries to import prototype types from the Grid directory, but those types are only defined in the ../Grid/types.js file. They are not exported from the ../Grid/index.js file and are thus not able to be imported from ../Grid directly.

There are also name-clashes between imports from local types and from what is being tried to be imported from the Grid types - see lines 359 & 362 of dist/es/List/List.js which both try to import "bpfrpt_proptype_Scroll".

This breaks the ability to use the dist/es files.

@TrySound
Copy link
Contributor

Temporary reverted last change in 9.18.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants