reactjs/react-docgen

Fails when a namespaced export is used

Closed this issue · 1 comments

If you have a namespaced export in the code like this:

export * as namespace from "./module.js";

It throws the error TypeError: Cannot read properties of undefined (reading 'type')

Fixed in 7.0.3