Parameter descriptions do not show up on component

I am working on making a plugin in Rhino 8. I was testing the new method in Rhino 8’s Script Editor which allows you to convert custom Grasshopper/Python scripts into compiled components. When I initially place the compiled component on the canvas and hover over the parameters of the compiled component, i can’t see the descriptions that I set up inside the python script. Whenever I connect an input geometry, the component runs the script and descriptions appear correctly. I wonder if I miss a step while compiling the components or if it is a bug that needs to be fixed. Thank you!

image