You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If more than one library import CustomAttributesRegistry and instantiate it on document, is this okay?
Or should new CustomAttributesRegistry(document) return the existing registry for the given document if it already exists, like singletons per document?
The text was updated successfully, but these errors were encountered:
If more than one library import
CustomAttributesRegistry
and instantiate it ondocument
, is this okay?Or should
new CustomAttributesRegistry(document)
return the existing registry for the givendocument
if it already exists, like singletons per document?The text was updated successfully, but these errors were encountered: