DigitalRiver / react-atlas

Composable React components with CSS Modules.
http://digitalriver.github.io/react-atlas/
MIT License
38 stars 25 forks source link

TextArea: change is not defined #851

Closed Darper closed 6 years ago

Darper commented 6 years ago

Typing into a TextArea returns a "change is not defined" error ...


WrappedComponent.<anonymous>
./src/TextArea/TextArea.js:97:31
   94 |       "active": true
   95 |     },
   96 |     () => {
>  97 |       this._eventHandlers(e, change);
      |                             ^   98 |     }
   99 |   );
  100 | };```