Skip to content

AutoFormat breaking changes #261

@olekukonko

Description

@olekukonko

The current implementation of AutoFormat uses a bool type, but this has become problematic due to the need to represent three distinct states:

  • Default
  • On
  • Off

Since a bool can only represent two states (true/false), it’s not suitable for this use case. To resolve this, we will migrate the functionality to use tw.State, which can support the three required states.

Reference

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions