Skip to content

Commit

Permalink
Changed default evalScripts prop to match documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronperris committed Apr 21, 2018
1 parent 9fa13da commit ec7de5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default class ReactSVG extends React.Component {
static defaultProps = {
callback: () => {},
className: null,
evalScripts: 'once',
evalScripts: 'never',
style: {},
wrapperClassName: null
}
Expand Down

0 comments on commit ec7de5d

Please sign in to comment.