-
The
Face
React component should now be imported as:// New correct way import { Face } from "facesjs/react";
Rather than the way it was imported in version 4.2.0:
// Old wrong way import { Face } from "facesjs";
The reason is because version 4.2.0 broke importing other facesjs exports in some non-React projects.