Caroline
Results
1
comments of
Caroline
I'm getting the same error `TypeError: Cannot read property 'addNotification' of null` when trying to structure my notification system as a [higher order component.](https://reactjs.org/docs/higher-order-components.html) My jsx: ``` import React, {Component}...