Matthew Page

Results 3 comments of Matthew Page

This fix has been reverted. See https://github.com/cloudfour/offCanvasMenu/issues/19 We need to revisit this and come up with a solution that does not cause a FOUC.

Here's how I did it using Jest ```js import mockAuth from 'mock-amplify-auth'; jest.mock('aws-amplify', () => ({ Auth: { ...mockAuth, } })); ```

Yup, does nothing here too