lilact 0.21.0 → 0.21.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2991,7 +2991,7 @@ var Component = class {
2991
2991
  componentWillUnmount () {}
2992
2992
  getSnapshotBeforeUpdate (prevProps, prevState) {}
2993
2993
  shouldComponentUpdate (nextProps, nextState) {}
2994
- getChildContext()
2994
+ getChildContext ()
2995
2995
 
2996
2996
  static getDerivedStateFromError (error) {}
2997
2997
  static getDerivedStateFromProps (props, state) {}