Skip to content

Commit d6adb96

Browse files
committed
v2.3.3
1 parent 6d8ec94 commit d6adb96

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.storybook/config/polyfills.js

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,14 @@ export const polyfillManager = {
1414
global.EventSource = NativeEventSource || EventSourcePolyfill;
1515
},
1616

17-
/*
18-
polyfillNormalizeLib() {
19-
if (this.isIE()) {
20-
import('unorm').catch(e => console.error(e));
21-
}
22-
},
23-
*/
17+
polyfillNormalizeLib() {
18+
if (this.isIE()) {
19+
import('unorm').catch(e => console.error(e));
20+
}
21+
},
2422

2523
polyfill() {
2624
this.polyfillEventSource();
27-
// this.polyfillNormalizeLib();
2825
return this;
2926
}
3027
};

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-functional-select",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"author": "Matt Areddia <[email protected]> (https://github.com/based-ghost/)",
55
"description": "Miro-sized and micro-optimized select component for React.js",
66
"main": "./dist/index.cjs.js",

0 commit comments

Comments
 (0)