-
Notifications
You must be signed in to change notification settings - Fork 143
Closed
Labels
package: react@stencil/react-output-target package@stencil/react-output-target packagetype: featureNew feature, request or improvement.New feature, request or improvement.
Description
These props were introduced as an abstraction to custom behavior that Ionic Framework was taking advantage of ~2 years ago. These props are no longer used by the Ionic Framework project.
Proposal:
- Deprecate
ReactComponentContext
fromcreateReactComponent
- Deprecate
manipulatePropsFunctions
fromcreateReactComponent
Current:
export const IonAccordion = /*@__PURE__*/createReactComponent<JSX.IonAccordion, HTMLIonAccordionElement>('ion-accordion', undefined, undefined, defineIonAccordion);
After:
export const IonAccordion = /*@__PURE__*/createReactComponent<JSX.IonAccordion, HTMLIonAccordionElement>('ion-accordion', defineIonAccordion);
If your project is making use of these properties, please explain your use case below.
Metadata
Metadata
Assignees
Labels
package: react@stencil/react-output-target package@stencil/react-output-target packagetype: featureNew feature, request or improvement.New feature, request or improvement.