I've set the following parameter in my *.stories.tsx file in the default export (meta):
parameters: {
componentStatus: 'alpha',
},
But when I try to access this in my toolbar addon it turns up empty
import { useParameter } from '@storybook/manager-api'
//...
const status = useParameter('componentStatus')
This used to work fine in v6. I'm now using 7.0.0-rc.0