diff --git a/src/core/Instances.tsx b/src/core/Instances.tsx index fc27df8fc..b3eb07865 100644 --- a/src/core/Instances.tsx +++ b/src/core/Instances.tsx @@ -265,6 +265,10 @@ export const Merged: ForwardRefComponent = /* @__PURE__ */ Rea } ) +/** Idea and implementation for global instances and instanced attributes by +/* Matias Gonzalez Fernandez https://x.com/matiNotFound +/* and Paul Henschel https://x.com/0xca0a +*/ export function createInstances() { const context = React.createContext(null!) return [