You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello! I tried to use editor from atlaskit so i installed editor-code@163.0, media-core@66.0 deps but it won't start because of an error:
Module not found: Can't resolve 'react-intl-next' in '...\node_modules\@atlaskit\editor-common\dist\esm\messages'
On https://www.npmjs.com/package/react-intl-next it says that the package is removed due to some security issues.
How to make it work?
Thanks.
i have same problems when install @atlaskit/user-picker.
any helps ? Thanks.
I solved this problem with these dependencies
"dependencies": {
"react-intl-next": "npm:react-intl@^5.25.1",
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I got the same problem when I try to update "@atlaskit/renderer"
"@atlaskit/renderer": "^85.0.0",
"dependencies": {
......
"@atlaskit/renderer": "^85.0.0",
......
"react-intl": "2.8.0",
"react-intl-next": "^0.0.1-security",
"react-query": "^3.24.3",
....
}
The error message :
Failed to compile.
./node_modules/@atlaskit/editor-common/dist/esm/messages/codeBidiWarning.js
Module not found: Can't resolve 'react-intl-next' in .....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, any update here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
adding this to package.json will probably help
```
"react-intl-next": "npm:react-intl@^5.18.1",
```
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.