-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
ReactReconciler is not a function
..which currently comes from running the demo-react project on ios.
I tried running the it with uninstalling react-native and found the below error. I have no idea if they are related yet, maybe ReactReconciler is not a function is triggered by it, but being altered with rn somehow?
TypeError: (0 , _pathType.isDirectorySync) is not a function
in
fork-ts-checker-webpack-plugin/node_modules/cosmiconfig/dist/getDirectory.js:28:61
function getDirectorySync(filepath) {
const filePathIsDirectory = (0, _pathType.isDirectorySync)(filepath); // <--
if (filePathIsDirectory === true) {
return filepath;
}
const directory = _path.default.dirname(filepath);
return directory;
}
Metadata
Metadata
Assignees
Labels
No labels