-
Notifications
You must be signed in to change notification settings - Fork 6
Implement PhantomData type #63
Copy link
Copy link
Open
Labels
👻 phantomThis applies to the phantom engineThis applies to the phantom engine💅🏼 enhancementNew feature or requestNew feature or request🗜 typesThis issue is related to TypescriptThis issue is related to Typescript
Description
Metadata
Metadata
Assignees
Labels
👻 phantomThis applies to the phantom engineThis applies to the phantom engine💅🏼 enhancementNew feature or requestNew feature or request🗜 typesThis issue is related to TypescriptThis issue is related to Typescript
After Phantom v3, there will be a crucial
PhantomDatatype which will allow user-defined properties to be added to aPhantomComponent's instance.It would be ideas to create
type PhantomDatain such a way that it will not allow users to shadow or mis-type default properties ofPhantomComponent.