Skip to content
Snippets Groups Projects
Commit 60f2f857 authored by picklesrus's avatar picklesrus
Browse files

Keep props from getting passed to children that don't need them.

parent 1aa24174
No related branches found
No related tags found
No related merge requests found
...@@ -79,6 +79,8 @@ const vmManagerHOC = function (WrappedComponent) { ...@@ -79,6 +79,8 @@ const vmManagerHOC = function (WrappedComponent) {
/* eslint-disable no-unused-vars */ /* eslint-disable no-unused-vars */
fontsLoaded, fontsLoaded,
loadingState, loadingState,
locale,
messages,
isStarted, isStarted,
onError: onErrorProp, onError: onErrorProp,
onLoadedProject: onLoadedProjectProp, onLoadedProject: onLoadedProjectProp,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment