You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The upcoming version of react-docgen will no longer support the require statement, as it is now completely written as an ESM (ECMAScript Modules) package. We need support to use ESM import for the styleguide.config.js file in order to accommodate use cases like this.
Additional context
We have already attempted to rename the file to the cjs extension, but it did not resolve the issue.
The text was updated successfully, but these errors were encountered:
The problem
The upcoming version of react-docgen will no longer support the require statement, as it is now completely written as an ESM (ECMAScript Modules) package. We need support to use ESM import for the styleguide.config.js file in order to accommodate use cases like this.
Additional context
We have already attempted to rename the file to the cjs extension, but it did not resolve the issue.
The text was updated successfully, but these errors were encountered: