Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
boygirl committed Oct 14, 2020
1 parent cb2b384 commit 0e847f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion demo/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ class App extends React.Component {
);
})}
</ul>
<React.StrictMode><Child /></React.StrictMode>
<React.StrictMode>
<Child />
</React.StrictMode>
</div>
);
}
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@
"deploy:stage": "formideploy deploy --staging",
"deploy:prod": "formideploy deploy --production"
}
}
}
1 change: 0 additions & 1 deletion packages/victory-core/src/victory-util/add-events.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export default (WrappedComponent, options) => {
this.cacheValues(calculatedValues);
}


// compile all state changes from own and parent state. Order doesn't matter, as any state
// state change should trigger a re-render
getStateChanges(props, calculatedValues) {
Expand Down

0 comments on commit 0e847f1

Please sign in to comment.