I’m trying to migrate an app from Forge UI 1 to the new UI kit.
I’ve removed any reference to the @forge/ui components and the package.
However, when I run the forge deploy
command, I get tons and tons of this error:
TS2304: Cannot find name 'ForgeUI'.[tsl] ERROR in /home/roman/dev/no-more-secrets/src/components/secretsCustomField/secretElements.tsx(34,22)
TS2304: Cannot find name 'ForgeUI'.[tsl] ERROR in /home/roman/dev/no-more-secrets/src/components/secretsCustomField/secretElements.tsx(39,14)
TS2304: Cannot find name 'ForgeUI'.[tsl] ERROR in /home/roman/dev/no-more-secrets/src/components/secretsCustomField/excludedAttachmentMessage.tsx(15,10)
TS2304: Cannot find name 'ForgeUI'.[tsl] ERROR in /home/roman/dev/no-more-secrets/src/components/secretsCustomField/excludedAttachmentMessage.tsx(17,18)
However, there is no reference to ForgeUI
in that file.
I’ve no idea what is adding that reference? Seems some configuration doing that?