Hello
I’m currently using version 2.20.1
of the @atlaskit/embedded-confluence package and I’ve been trying to update it to any version above that that uses React 18
I keep receiving the following error in the console when I do:
@compiled/react
Code was executed when it shouldn't have. This could have happened because:
1. You haven't configured a transformer yet. Visit https://compiledcssinjs.com/docs/installation and follow the instructions.
2. You have duplicate versions of React and hooks are blowing up. You need to de-duplicate your dependencies.
Good luck!
I’ve followed the instructions on adding @compiled/webpack-loader
to our webpack config and made sure there is only one version of React used.
We have our own web app that renders the embedded confluence outside of Atlassian. Its a bit unclear to me how I can debug this any further.