forked from sanniassin/react-input-mask
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle ref callback on unmount when ref is null
See sanniassin#254 - I just didn't like the coding style
- Loading branch information
Ian Channing
committed
Feb 22, 2023
1 parent
0096454
commit e4761e3
Showing
2 changed files
with
16 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"dist/react-input-mask.js": { | ||
"bundled": 72695, | ||
"minified": 23386, | ||
"gzipped": 7853 | ||
"bundled": 72770, | ||
"minified": 23398, | ||
"gzipped": 7859 | ||
}, | ||
"lib/react-input-mask.development.js": { | ||
"bundled": 29107, | ||
"minified": 12289, | ||
"gzipped": 4078 | ||
"bundled": 29174, | ||
"minified": 12301, | ||
"gzipped": 4083 | ||
}, | ||
"dist/react-input-mask.min.js": { | ||
"bundled": 30538, | ||
"minified": 10487, | ||
"gzipped": 3761 | ||
"bundled": 30613, | ||
"minified": 10499, | ||
"gzipped": 3768 | ||
}, | ||
"lib/react-input-mask.production.min.js": { | ||
"bundled": 27970, | ||
"minified": 11212, | ||
"gzipped": 3750 | ||
"bundled": 28037, | ||
"minified": 11224, | ||
"gzipped": 3755 | ||
} | ||
} |
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