I am upgrading my @atlaskit/util-data-test' dependency to 17.0.1 from 15.0.1 and I am getting this error:
Module not found: Can't resolve '@atlaskit/util-data-test' in '/Table/TextEditor'
Text Editor File :
import { emoji } from "@atlaskit/util-data-test";
<Editor emojiProvider={emoji.storyData.getEmojiResource()}/>
Note : I have noticed that dependency structure is changed in version @atlaskit/[email protected]
Can someone suggest how to achive this thing with the latest version of @atlaskit/util-data-test?
Following changes worked for me: