MCPcopy
hub / github.com/facebook/react / describeClientReference

Function describeClientReference

packages/shared/ReactSerializationErrors.js:173–175  ·  view source on GitHub ↗
(ref: any)

Source from the content-addressed store, hash-verified

171const CLIENT_REFERENCE_TAG = Symbol.for('react.client.reference');
172
173function describeClientReference(ref: any) {
174 return 'client';
175}
176
177export function describeObjectForErrorMessage(
178 objectOrArray: {+[key: string | number]: mixed, ...} | $ReadOnlyArray<mixed>,

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected