No stories showing up in preview
See original GitHub issueDescribe the bug I’ve updated from React 15 to 16, and Storybook 3 to 4 and I’m getting no stories load, only the “No Preview”. There are no errors in the console or anything that would help me debug why its off.
To Reproduce Steps to reproduce the behavior: Followed instructions for setting up Storybook from scratch and not seeing any stories.
Expected behavior Expect an error if something is wrong or a story to load.
Screenshots
Code snippets
import { configure } from '@storybook/react';
// Legion
import '../../../../dist/styles.css';
const loadStories = () => {
const req = require.context('../../../../src/atoms/badge', true, /__story\.js$/);
req.keys().forEach(filename => req(filename));
};
configure(loadStories, module);
System:
- OS: MacOS High Sierra
- Device: MacBook Pro 2016
- Browser: Chrome, Safari
- Framework: React
- Addons: I’ve removed any and all addons.
- Version: 4.0.8
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:16
- Comments:26 (6 by maintainers)
Top Results From Across the Web
How to See Instagram Story Previews: 3 Proven Methods
1 How to see previews of Instagram stories. 1.1 Blockade trick; 1.2 Airplane mode; 1.3 Partially swipe the feed · 2 Applications to...
Read more >How To Watch Someone's Instagram Stories Without Them ...
1. Click and watch the Instagram Story of the person before or after the story you want to secretly view in the queue....
Read more >How to Fix Instagram Stories Not Showing Up - Followchain
The first solution to fix Instagram stories from not showing up is to set your date and time to automatic.
Read more >How to See Instagram Story Preview - 4 FoolProof Hacks
Open your Instagram app and on the stories bar, don't tap on the story you want to view, instead, tap on the story...
Read more >how to see preview of instagram story? - [Answer] 2022
To preview an Instagram story, just swipe up on the main screen. This will show you a row of thumbnails of the people...
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 Free
Top 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
Got the same problem, shame this got closed though
Same thing is happening to me, I also added
babel-plugin-require-context-hook
but I see no stories and get this error in the console:Were you able to look into this anymore @shilman?