-
Notifications
You must be signed in to change notification settings - Fork 530
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
chore(vue example): remove price range #6527
Conversation
The component `vue-slider-component` throws an error with the new Vite build. I can't seem to find an underlying reason, so for now let's disable the component so release isn't blocked.
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 24c8b99:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you run the e2e tests with this change? While the price range suite is disabled, I'm wondering if it will affect the tests on routing, as we're removing the widget.
NightCatSama/vue-slider-component#663 is the underlying reason by the way |
The component
vue-slider-component
throws an error with the new Vite build. I can't seem to find an underlying reason, so for now let's disable the component so release isn't blocked.