I'm having some problems using a data-grid module (fixed-data-table). I'm using the webpack distribution. I always see this error in pre-render:
TypeError: Object # has no method 'setTimeout'
The Object in question is "global" which in most cases I'd assume would be window. I'm not sure what it ends up being within the react-rails pre-render. I'm guessing the pre-render environment doesn't provide these. Surely all JS environments should provide these methods?
I'm having some problems using a data-grid module (fixed-data-table). I'm using the webpack distribution. I always see this error in pre-render:
TypeError: Object # has no method 'setTimeout'
The Object in question is "global" which in most cases I'd assume would be window. I'm not sure what it ends up being within the react-rails pre-render. I'm guessing the pre-render environment doesn't provide these. Surely all JS environments should provide these methods?