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
I am experiencing an issue while trying to export types from the react-data-table-component library. I have created a component using the package and I am trying to export the types from the "react-data-table-component/dist/src/DataTable/types" so that anyone using the component can access these types.
Steps to Reproduce:
Attempt to export types using the following statement:
Successful export of all types from the specified path in the react-data-table-component library.
Actual Behavior:
Encountering a "module not found" error when trying to export from the specified path.
Request for Assistance:
I am seeking guidance on the correct approach to export types from the react-data-table-component library, specifically from the path "react-data-table-component/dist/src/DataTable/types".
Versions (please complete the following information)
React (RDT requires 16.8.0+)
Styled Components
OS: [e.g. iOS]
Browser [e.g. chrome, safari, firefox]
The text was updated successfully, but these errors were encountered:
Issue Check list
styled-components
Description
I am experiencing an issue while trying to export types from the react-data-table-component library. I have created a component using the package and I am trying to export the types from the
"react-data-table-component/dist/src/DataTable/types"
so that anyone using the component can access these types.Steps to Reproduce:
Attempt to export types using the following statement:
OR
Expected Behavior:
react-data-table-component
library.Actual Behavior:
Request for Assistance:
I am seeking guidance on the correct approach to export types from the
react-data-table-component
library, specifically from the path"react-data-table-component/dist/src/DataTable/types"
.Versions (please complete the following information)
The text was updated successfully, but these errors were encountered: