-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Should hopefully fix the "SecurityError: localStorage is not available for opaque origins" error * Fixed tests that were failing, updated Enzyme, and removed the polyfill for the new react lifecycle methods. Even though the polyfill in Mask was working in the wild, it was exhibiting erroneous behavior in Enzyme, so I decided to just get rid of it and put the checks in componentDidUpdate instead. To show that the controlled, masked components still work, I've included my original example in the Mask example. * Remove the compiled version of the Mask component from the diff * Apparently some of the tests on CI rely on the dist copies, and the dist copy from master has a dependency that we no longer have. Revert "Remove the compiled version of the Mask component from the diff" This reverts commit 64e1b3a. * Removed this compiled file * Revert "Removed this compiled file" - I guess I included this on purpose. Catching up to my October self This reverts commit 646e2af.
- Loading branch information
Showing
11 changed files
with
1,247 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.