#Q: how to get meta of current state
1 messages · Page 1 of 1 (latest)
It seems like I can get it via the first configuration object but uncertain if that's the right way
const [config] = state.configuration || [];
const { value } = config?.meta || {};