Various imports in projects that use geo-explorer and try to overwrite components, cause 'Cannot find module' errors for example:
import { Dataset } from '@ncsa/geo-explorer/types';
In discussion, the probable solution is to expand the export selection in the package.json file
"exports": {
".": "./dist/index.js",
"./index.css": "./dist/index.css"
}