add-backgrounds doesn't seem to show configured default background
See original GitHub issueDescribe the bug The configured background only seems to ‘appear’ when I’m resizing the window.
Expected behavior
I expect the backgrounds add on to show the background that I’ve set as default in config.js
Screenshots https://gyazo.com/692513518902f8e403036d29b4ee5c28
Code snippets
addParameters({
backgrounds: [
{ name: "E3 Darker Orange", value: "#F15C29", default: true}
]
})
System:
- OS: MacOS
- Device: macbook pro 2015
- Browser: chrome
- Framework: react
- Addons: addon-backgrounds
"@storybook/addon-actions": "^5.0.11",
"@storybook/addon-backgrounds": "^5.0.11",
"@storybook/addon-links": "^5.0.11",
"@storybook/addons": "^5.0.11",
"@storybook/react": "^5.0.11",
"react": "^16.8.6",
"react-dom": "^16.8.6",
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Can't change Desktop background - Microsoft Community
Can't change Desktop background · 1. Press Windows + R key to open Run window. · 2. Click on Ease of Access Center....
Read more >Changing your Virtual Background image - Zoom Support
The Virtual Background feature allows you to display an image or video as your background during a Zoom meeting, which can provide you......
Read more >Manage wallpapers & home screen theme - Google Support
To set up one device at a time, go to Manage Google Meet hardware. You can upload custom wallpapers in the Google Admin...
Read more >Adding wallpapers in GNOME Shell - Unix Stack Exchange
/usr/share/gnome-background-properties/desktop-backgrounds-default.xml holds the settings for the wallpapers; while there doesn't seem to be ...
Read more >WordPress Background Images: How to Add, Edit ... - Kinsta
You're often able to implement unique backgrounds with the help of custom CSS or plugins (or both). We show you both methods in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This did not work
example:
I solved this for myself by calling
addParameters
beforeconfigure
.