react-mdc-web
react-mdc-web copied to clipboard
Menu: Cannot read property applyTransitionDelays() of undefined
This seems to be happening inside componentWillReceiveProps in DelayedItems where it returns this.applyTransitionDelays in setState. Maybe there's a different way of referencing applyTransitionDelays?
Hi, @stephenway , do you see this error in browser console? Or in compile time?
Hey @kradio3. I believe it was in the browser. Moving it into it's own function seems to help.