We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1985e3b commit 2ed5e08Copy full SHA for 2ed5e08
index.es.js
@@ -2714,8 +2714,9 @@ function FontAwesomeIcon$1(props) {
2714
var extraProps = {}
2715
2716
Object.keys(props).forEach(function(key) {
2717
- if (!FontAwesomeIcon$1.defaultProps.hasOwnProperty(key))
+ if (!FontAwesomeIcon$1.defaultProps.hasOwnProperty(key)) {
2718
extraProps[key] = props[key]
2719
+ }
2720
})
2721
2722
return convertCurry(abstract[0], extraProps)
index.js
@@ -2789,8 +2789,9 @@
2789
2790
2791
2792
2793
2794
2795
2796
2797
0 commit comments