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
The newer version of Babel does not support trailing comma after code like
const { style, textStyle, width, onPress, text, isSelected, isAscending, ...containerProps, } = props;
Two files have this problem. DataTable.js and HeaderCell.js
The text was updated successfully, but these errors were encountered:
Given you've made 2 PRs Fixed in #28 + #29 .
Sorry, something went wrong.
Yes, I made the first PR in a hurry, did not realized there were more changes, so I closed it.
Ah whoops, I thought they were merged not closed. This issue is still a good tweak.
Reopened the PRs
No branches or pull requests
The newer version of Babel does not support trailing comma after code like
Two files have this problem.
DataTable.js and HeaderCell.js
The text was updated successfully, but these errors were encountered: