Brandon

Results 6 comments of Brandon

If someone was to use this solution, would all classes need to be replaced with es5 create-react-class? Does this mean that es6 is not compatible?

I tried the above method out to try to solve this issue. Important to note, I am using electron, antd and webpack 3.0.0, webpack-bundle-analyzer: 2.8.2, webpack-dev-server: 2.5.0, webpack-merge: 4.1.0. The...

If I add in the alias as a filepath, then the below error appears, breaking my antd. The error you see below appearsfor a number of calendar node_modules packages and...

@Lucifer129 Thanks, that at least solved the breaking antd and calendar components. However, now I am exactly where I started. ```Uncaught TypeError: Cannot set property 'parentContext' of undefined```

@Lucifier129 Thank you so much for your help. In the process of creating the simple code example, I it worked for the first time (first time even the simplest thing...

I have gotten the same error verbatim. The likely difference in my setup from others is that I am using electron. I am uncertain if this would impact react-lite in...