Skip to content
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

Documentation on Form page dies with 'Maximum call stack size exceeded' #3341

Closed
Hahihula opened this issue Apr 17, 2023 · 1 comment
Closed
Assignees
Labels
docs packages/docs

Comments

@Hahihula
Copy link

Visiting 'https://vuestic.dev/en/ui-elements/form' causes 'Maximum call stack size exceeded' in google chrome console. On firefox it's ' InternalError: too much recursion'.

Uncaught (in promise) RangeError: Maximum call stack size exceeded
    at String.replace (<anonymous>)
    at Kq (entry.1d6277ff.js:31:693)
    at entry.1d6277ff.js:31:778
    at Array.find (<anonymous>)
    at Wq (entry.1d6277ff.js:31:770)
    at Object.get (entry.1d6277ff.js:31:976)
    at Reflect.get (<anonymous>)
    at Object.get (entry.1d6277ff.js:1:6826)
    at dl.get [as fn] (useSyncProp.a92ed77e.js:1:582)
    at dl.run (entry.1d6277ff.js:1:4633)

Causing this part of the documentation to be mostly unusable.

@Hahihula Hahihula added the docs packages/docs label Apr 17, 2023
@m0ksem
Copy link
Collaborator

m0ksem commented Apr 17, 2023

Fixed here: #3339

Thanks for report!

@m0ksem m0ksem closed this as completed Apr 17, 2023
@m0ksem m0ksem self-assigned this Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs packages/docs
Projects
None yet
Development

No branches or pull requests

2 participants