Skip to content

v4.2.2

Latest
Compare
Choose a tag to compare
@dumbmatter dumbmatter released this 04 Aug 20:56
· 3 commits to master since this release
  • 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.