Returns the current value of a dashboard state topic and follows later updates.
The hook suspends until the topic publishes its first value, using the message bus query
deadline. A topic declared with TopicResult resolves to its successful value; a
failed result throws a TopicError to the nearest error boundary.
Returns the current value of a dashboard state topic and follows later updates.
The hook suspends until the topic publishes its first value, using the message bus query deadline. A topic declared with
TopicResultresolves to its successful value; a failed result throws aTopicErrorto the nearest error boundary.