Python dash is working fine on localhost as runserver,
After host on the apache web server the dash site gaves exception like
react-dom@15.4.2.min.js?v=0.11.3:14 Uncaught TypeError: e.setProps is not a function
at onClick (bundle.js?v=0.15.0rc1:26)
at Object.r (react-dom@15.4.2.min.js?v=0.11.3:14)
at a (react-dom@15.4.2.min.js?v=0.11.3:12)
at Object.s [as executeDispatchesInOrder] (react-dom@15.4.2.min.js?v=0.11.3:12)
at f (react-dom@15.4.2.min.js?v=0.11.3:12)
at m (react-dom@15.4.2.min.js?v=0.11.3:12)
at Array.forEach (<anonymous>)
at r (react-dom@15.4.2.min.js?v=0.11.3:15)
at Object.processEventQueue (react-dom@15.4.2.min.js?v=0.11.3:12)
at r (react-dom@15.4.2.min.js?v=0.11.3:14)
I tried to install latest version of dash_core_components ie 0.21.0 but its not working for Tabs
Anyone faced same issues with Apache web server ?