I am trying to build custom react components with npm package 'box-ui-elements' repo (https://github.com/box/box-ui-elements).
When i try to import any of the elements (say content-explorer or content-picker) , i am getting the following error
./node_modules/box-ui-elements/es/components/time/ReadableTime.js
Attempted import error: 'FormattedRelative' is not exported from 'react-intl'
The import statement is as follows :