We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to this comment, an iframe is not used when using a grid layout. The problem is that then the sandboxDarkClass won't get toggled.
This makes using the grid layout impossible if you want to show dark versions of your components.
Define a dark class for easier debugging:
defineConfig({ sandboxDarkClass: 'my-dark-class', })
Notice that the class does not get added when using a grid layout.
System: OS: macOS 13.1 CPU: (8) arm64 Apple M1 Pro Memory: 1011.77 MB / 32.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 16.14.2 - ~/.volta/tools/image/node/16.14.2/bin/node Yarn: 1.22.18 - ~/.volta/tools/image/yarn/1.22.18/bin/yarn npm: 8.5.0 - ~/.volta/tools/image/node/16.14.2/bin/npm Browsers: Chrome: 109.0.5414.119 Firefox: 107.0.1 Safari: 16.2 npmPackages: @histoire/plugin-vue: ^0.13.2 => 0.13.2 @vitejs/plugin-vue: ^4.0.0 => 4.0.0 histoire: ^0.13.2 => 0.13.2 vite: ^4.0.4 => 4.0.4
npm
The text was updated successfully, but these errors were encountered:
6ea5bbe
No branches or pull requests
Describe the bug
According to this comment, an iframe is not used when using a grid layout. The problem is that then the sandboxDarkClass won't get toggled.
This makes using the grid layout impossible if you want to show dark versions of your components.
Reproduction
Define a dark class for easier debugging:
Notice that the class does not get added when using a grid layout.
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: