You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug After building, the browser throws an error trying import the RangeSlider component: Unable to load vue-slider ReferenceError: require is not defined. Looking at the 3.x-rc, the code has been updated from:
Affected Projects Vue.JS 2.7.14 with Vite 4.1.4
Library Version: 1.33.13
Describe the bug After building, the browser throws an error trying import the RangeSlider component:
Unable to load vue-slider ReferenceError: require is not defined
. Looking at the 3.x-rc, the code has been updated from:1.33.13: @appbase-io/reactivesearch-vue/dist/es/ssr-03607d84.js
to
3.0.0-rc.2: @appbase-io/reactivesearch-vue/dist/es/ssr-c630ccb9.js
Patching this removes the error but the slider does not initialize.
To Reproduce
Build a vue2/vite app, add a rangeslider and build with
vite build
Expected behavior
RangeSlider component imports without error
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: