Skip to content

ReactReconciler is not a function #2

@Lelelo1

Description

@Lelelo1

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions