Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: improve docs page performance by only showing default example (#…
…1898) There is a noticeable lag on when typing into the input of the [`OnyxInput`](https://storybook.onyx.schwarz/?path=/docs/form-input--docs). ### Cause I am concluding that the issue lie with Storybook: - I performed a cursory performance check using the Vue Dev Tools and there are no apparent performance issues with our Vue components. - The Storybook input elements are also affected ### Mitigation I removed all, but the Default Story example from the docs page. This should mitigate bigger lagging issues for now.
- Loading branch information