Hi, I wanted to know if there is a way of changing the globals from Stories?
Example.
The defaultValue for the global theme is set to Dark , but one story needs the light theme to be the default one for it.
I used to use import { useGlobals } from '@storybook/client-api'; but there isn't one there anymore.
Can you help me with it?