İ. Kaan Yılmaz
İ. Kaan Yılmaz
also create a workflow after adding like ```yml name: Lighthouse Audit on: push jobs: audit: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Install dependencies run: | npm install -g...
Hey there, I see this can be a useful feature. I'll return to this after checking the #94 discussion, where we might implement a custom reconnect callback, where this feature...
Hello, I am having the same issue: https://github.com/unovue/vaul-vue/blob/main/packages/vaul-vue/src/useScaleBackground.ts here on line 28: > setBackgroundColorOnScale.value && !noBodyStyles.value ? assignStyle(document.body, { background: 'black' }) : noop I don't understand the purpose of...