I built my first app. when i install it to confluence, it says that it won’t render because it’s outdated due to a deprecated platform component. Any help would be greatly appreciated!
A bit more context of what you did and what you’re trying to do (code, screenshots, exact error message, etc.) will be helpful.
Anyways, I try to guess now: It sounds like you’re using the old Forge UI Kit 1, maybe because you’ve used an example/template repository which hasn’t been updated. If you are not sure, you can check if your UI imports look like this: import ... from '@forge/ui'
. Forge UI Kit 1 isn’t supported anymore and you need to migrate to Forge UI Kit (you might read about Forge UI Kit 2 at some places, it’s a bit confusing). You can read more about it on this page: https://developer.atlassian.com/platform/forge/ui-kit/upgrade-to-ui-kit-latest/
Does that help? If not, please share a few more details with us.