Unable to view multiple panels in plugin

Hi, I’m building a plugin with multiple entry points, each having its panel/html form to create different shapes. However I’m not able to view some of the panels while executing them. Some of them works, and others does not render anything.

Please let me know how I can work with multiple entry points each opening into separate form.

Attaching the structure of the repo so far.

Can you please share your manifest.json?
I also feel, const entrypoints = require("uxp").entrypoints; entrypoints.setup({panels: {}}); might come in handy for you to manage multiple panels.