question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

node_modules/@chakra-ui/core/dist"' has no exported member 'AccordionIcon

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
arnaudjnncommented, Jun 21, 2020

I have the same error with AccordionHeader. What do I need to do?

1reaction
with-heartcommented, Oct 31, 2020

There is no AccordionHeader component in v1, which would explain the error. https://next.chakra-ui.com/docs/components/accordion

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found