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
<script lang="ts">
import { PinInput, REGEXP_ONLY_DIGITS } from "bits-ui";
### Reproduction
https://stackblitz.com/edit/github-zuqgenrb?file=src%2Froutes%2F%2Bpage.svelte
### Logs
```bash
The requested module does not provide an export named 'REGEXP_ONLY_DIGITS'
```
### System Info
```bash
bits-ui 0.22.0
```
### Severity
annoyance
The text was updated successfully, but these errors were encountered:
Describe the bug
https://next.bits-ui.com/docs/components/pin-input#patterns this states that this should work, however when I try that I get a 500 Server and console.error of The requested module does not provide an export named 'REGEXP_ONLY_DIGITS'
<script lang="ts"> import { PinInput, REGEXP_ONLY_DIGITS } from "bits-ui"; ### Reproduction https://stackblitz.com/edit/github-zuqgenrb?file=src%2Froutes%2F%2Bpage.svelte ### Logs ```bash The requested module does not provide an export named 'REGEXP_ONLY_DIGITS' ``` ### System Info ```bash bits-ui 0.22.0 ``` ### Severity annoyanceThe text was updated successfully, but these errors were encountered: