python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
React - StoryBook - Error importing my components from node_modules
I have a project in React that contains quite a few components and I wanted to install StoryBook to be able to consult them.
For this I have installed StoryBook as a project outside my main project, l...
Cristian
Votes: 0
Answers: 0
Error: Unknown option: .babelConfig. Getting error while running storybook
Getting console Errors while running storybook
Error: Unknown option: .babelConfig. Check out https://babeljs.io/docs/en/babel-core/#options for more information about options.
at throwUnknownErro...
Yashi Songara
Votes: 0
Answers: 0
Props not rendering for storybook component
I have a component that will take an array of objects and will render a grid of lists
//Awards
import React from "react";
import MarkDown from "components/Design/MarkDown";
import...
Mainak Das
Votes: 0
Answers: 1
Expo/ReactNativeElements/Storybook, extending theme issues
I am working on finding a way to create a ReactNativeElements UI library for our team, with Expo as our development environment (we use Expo on existing deployed apps), and using Storybook to create t...
Phil Lucks
Votes: 0
Answers: 0