Closed stlbucket closed 1 year ago
v2.9.0
add table preset to app.config.ts as shown in description below
when including the preset in app config, the folowing warnings get thrown:
this just started happening after upgrading to 2.8.1
if I remove the two highlighted settings, no warnings
No response
You might need to add as const when defining those as since #692 color, variant, size are not strings anymore but enums.
as const
color
variant
size
sortButton: { color: 'gray' as const }
Environment
Build Modules: -
Version
v2.9.0
Reproduction
add table preset to app.config.ts as shown in description below
Description
when including the preset in app config, the folowing warnings get thrown:
this just started happening after upgrading to 2.8.1
if I remove the two highlighted settings, no warnings
Additional context
No response
Logs
No response