Users attempting to run a Flex instance may see the following error
Can't resolve '@babel/runtime/helpers/esm/assertThisInitialized'
Please follow the following steps to resolve this issue:
- Run
npm install --save react-redux
. - Make sure that the react-redux version is
5.1.0
. - Go to the
modules
folder on the flex-ui-sample. - Navigate to
react-redux
. - Copy over the content of the folder
/src
into the/es
folder (make sure you are overwriting the files).