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
I'm using vue-bulma-datepicker on a project and I'm getting this error when running unit tests
PhantomJS 2.1.1 (Mac OS X 0.0.0) ERROR SyntaxError: Unexpected token ')' at webpack:///~/vue-bulma-datepicker/src/BasicInput.js:9:0 <- index.js:8795
the only way I managed to fix it is by changing the following on BasicInput.js
inputClass: { type: Object, // default: () => ({}) default: function () { return {} } },
I'm not sure if this is an error on the package or some miss-configuration on my babel settings.
The text was updated successfully, but these errors were encountered:
after I open this issue I realised that this is related to #27 . the solution proposed there avoids this issue. so I'm closing this one.
Sorry, something went wrong.
thanks.
No branches or pull requests
I'm using vue-bulma-datepicker on a project and I'm getting this error when running unit tests
the only way I managed to fix it is by changing the following on BasicInput.js
I'm not sure if this is an error on the package or some miss-configuration on my babel settings.
The text was updated successfully, but these errors were encountered: