react-mdc-web icon indicating copy to clipboard operation
react-mdc-web copied to clipboard

Menu: Cannot read property applyTransitionDelays() of undefined

Open stephenway opened this issue 7 years ago • 2 comments

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?

stephenway avatar Nov 15 '17 17:11 stephenway

Hi, @stephenway , do you see this error in browser console? Or in compile time?

kradio3 avatar Nov 20 '17 11:11 kradio3

Hey @kradio3. I believe it was in the browser. Moving it into it's own function seems to help.

stephenway avatar Nov 27 '17 18:11 stephenway