Skip to content

Commit 5c3eede

Browse files
committed
chore: remove preact support from package.json
1 parent 50384e4 commit 5c3eede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools-a11y/src/solid/adapters.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function createA11yDevtoolsSolidPanel(options: A11yPluginOptions = {}) {
1313
const [devtools] = createSignal(new CoreClass())
1414

1515
createEffect(() => {
16-
devtools().setTheme?.(props.theme ?? 'dark')
16+
devtools().setTheme(props.theme ?? 'dark')
1717
})
1818

1919
onMount(() => {

0 commit comments

Comments
 (0)