First concept
This commit is contained in:
5
node_modules/next/dist/esm/lib/client-reference.js
generated
vendored
Normal file
5
node_modules/next/dist/esm/lib/client-reference.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export function isClientReference(reference) {
|
||||
return (reference == null ? void 0 : reference.$$typeof) === Symbol.for("react.client.reference");
|
||||
}
|
||||
|
||||
//# sourceMappingURL=client-reference.js.map
|
||||
Reference in New Issue
Block a user