Cannot read properties of undefined (reading 'max')
at Proxy. (./node_modules/.pnpm/@ark-ui+vue@3.7.2_vue@3.4.37/node_modules/@ark-ui/vue/dist/components/slider/slider-thumb.js.js:18:80)
the only difference to the react example is the missing defaultValue. note that the react example also crashes when i remove the defaultValue prop.
Description
The vue range slider example from the docs crashed with the following error:
the only difference to the react example is the missing
defaultValue
. note that the react example also crashes when i remove thedefaultValue
prop.Link to Reproduction (or Detailed Explanation)
https://github.com/stefanprobst/issue-ark-ui-slider
Steps to Reproduce
pnpm install && pnpm run dev
Ark UI Version
3.7.2
Framework
Browser
firefox 128
Additional Information
No response