Fixes https://github.com/twentyhq/twenty/issues/11668 Fixed an error due to falling back to the main context store object metadata when the one in the context store wasn't defined. When closing the command menu, the `contextStoreCurrentObjectMetadataItemIdComponentState` is reset, but the ActionMenuContextProvider was falling back to the main context store object metadata id, so the action components were mounted. But they still tried to access the `contextStoreCurrentObjectMetadataItemIdComponentState` which is `undefined`, which lead to an error being thrown. Fix: - Removed the fallback to the main context store object metadata item
Run yarn dev while server running on port 3000