Skip to content

remove inferredObservability export const from compiled JSX output #257

@thescientist13

Description

@thescientist13

Current State

Part of the setup for opting-in to JSX + Signals, is to add this line to your custom element definition file
https://wcc.dev/docs/#inferred-attribute-observability

export const inferredObservability = true;

But this isn't needed at runtime as part of the compiled output

Desired State

In jsx-loader.js, we should removed this line / node from the output.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    🔖 Ready

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions