From 193b908925b914ab8356607277c3c6150b25b2a7 Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser <lautzd@gmail.com> Date: Wed, 21 Sep 2022 19:32:48 -0400 Subject: [PATCH] Fix auto label setting --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index 559439c6..8417bd81 100644 --- a/babel.config.js +++ b/babel.config.js @@ -43,7 +43,7 @@ function presets() { [ '@emotion/babel-preset-css-prop', { - autoLabel: true, + autoLabel: "always", }, ], '@babel/typescript',