c48d14715c
This PR fixes a bug that appeared because of a race condition with context store when navigating between settings page and show page. The bug was caused because record title cell used on record show page was trying to retrieve the object metadata item before the context store was initialized. I created a new hook that supports an undefined state for one render loop, since in that case components can be rendered before the context store is initialized. Fixes https://github.com/twentyhq/twenty/issues/13649