Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-1975 Theme Framework & GH-1972 Palm Theme #517

Closed
wants to merge 22 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Remove unneeded call
  • Loading branch information
zarembsky committed Mar 19, 2020
commit 05f871831bb0a30d8bd5b1f6f8fc0aec0ec3d99e
@@ -58,12 +58,6 @@ class Panel extends React.Component {
});
}

shouldComponentUpdate(nextProps, nextState) {
console.log('COMPONENT DID UPDATE CALLED', nextProps, nextState);
this.forceUpdate();
return false;
}

/**
* Lifecycle event
*/
ProTip! Use n and p to navigate between commits in a pull request.