You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🎉 Enhancement Handle the style changes manually when React can just do this as part of its rendering. Moved the style properties to the state and just uses setState to update them. Changed the test so the actual component styles are checked when they are updated.
🎉 Enhancement PureComponent is more efficient than Component so changed it to that
🎉 Enhancement Added a default className — would be nice not to have to pass one if you just want to use the default
🐛 Bugfix All Component constructors should pass the props through to the super