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
When creating an using forge create, choosing confluence-content-action as template, deploy and install works just fine.
However, when invoking the action - after a window successfully opens and displays "hello world!", the close button next to it doesn't work.
If I add "view" to the import statement in .../static/hello-world/src/App.js like so:
import { invoke,view } from '@forge/bridge';
the Close button works.
Am I missing something here or is the above correct?
Cheers,
Joe
I haven't seen a response to your post but I found the same thing and just including view fixed it. Seems like it is just a problem with the template not including the correct import of view.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.