react-component / react-component/collapse
rc-collapse fires an "unexpected import" error with react 16.6.3
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 332
- Forks
- 140
- Avg merge
- 22h 19m
- Merged PRs (30d)
- 1
Description
Following along with the examples, using Collapse triggers this error in my build:
Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports. Check the render method of `ComponentName`.
Replacing Collapse with nothing or a string clears up the error. Panel export is fine.
React 16.6.3
Create-React-App stack
Chrome browser
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the examples and the Collapse and Panel entry points, then reproduce the build using React 16.6.3 and the Create React App stack. Trace the Collapse import or export that produces the undefined element and verify that the example renders without the error while Panel still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100