node_modules/@chakra-ui/core/dist"' has no exported member 'AccordionIcon
See original GitHub issueI followed the docs, and trying Accordion example. But i got the error
node_modules/@chakra-ui/core/dist"' has no exported member 'AccordionIcon
The code is
import {
Box,
Accordion,
AccordionItem,
AccordionHeader,
AccordionPanel,
AccordionIcon
} from "@chakra-ui/core";
Am i missing anything here ?
Thanks you for great library.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Module has no exported member error in angular module
I've got the error "Module has no exported member" for my DialogComponent, UploadService, and UploadComponent.
Read more >Module '"mongoose"' has no exported member ... - YouTube
In this video, we fix an error related to DocumentDefinition and update service inputs so they do not need to omit values.This video...
Read more >Angular Material “has no exported member 'MaterialModule'”
a) There is no more MaterialModule. The idea being, you import what you need. This makes sense since as angular material is growing,...
Read more >Node_modules/handsontable/handsontable"' has no exported ...
import * as Handsontable from 'handsontable';. its shows the following error. node_modules/handsontable/handsontable"' has no exported member 'GridSettings'.
Read more >Module '"@prismicio/client"' has no exported member 'Content'
As title states, I'm getting this error: This is my prismic.ts: import * as prismic from '@prismicio/client'; import * as prismicNext from ...
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
I have the same error with
AccordionHeader
. What do I need to do?There is no
AccordionHeader
component in v1, which would explain the error. https://next.chakra-ui.com/docs/components/accordion