Skip to content

[DX] Turn useFormatModifier from a composable into a helper function #827

@calumbell

Description

@calumbell

Describe the bug

The useFormatModifier function doesn't really fit the composable pattern: it doesn't touch on Vue's reactivity system in any meaningful way, and doesn't contain any internal state.

In the interests of avoiding confusion and bloat in our /composables repo, useFormatModifier should be refactored as a helper function and added to the /helpers directory.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions