We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This works in parcel via babel, but not here:
SyntaxError: Unexpected token (10:19) C:\Users\Dizzle\Documents\GitHub\react-virtual-list\src\VirtualList.js (nodent) static propTypes = { -------------------^
Is this a buble or nodent issue, or something else I might be missing?
Using [email protected]
[email protected]
The text was updated successfully, but these errors were encountered:
That's probably happening because buble doesn't support class properties.
Sorry, something went wrong.
Welp... you got me buble
Guessing this will be addressed in the future by the switch to babel ?
Yup! (also +1 for art reference haha)
@zzswang transformation of class properties should be supported in the latest release
@marvinhagemeister
Thank you, yes it is fixed in the latest version.
No branches or pull requests
This works in parcel via babel, but not here:
Is this a buble or nodent issue, or something else I might be missing?
Using
[email protected]
The text was updated successfully, but these errors were encountered: