Skip to content

Prop generation should pascal case all keys in props.json #227

@wise-king-sullyman

Description

@wise-king-sullyman

Currently the keys in the props.json file generated by our prop data generation pipeline include suffixes such as -deprecated or -next

This leads to situations such as our deprecated components having names like Chip-deprecated, which doesn't otherwise match our route format and can make accessing deprecated/next components difficult.

We should pascal case the component/interface names to prevent this issue, and update any routes as needed to support this change.


Jira Issue: PF-3744

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Needs triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions