We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fe4ac commit 1f2ee04Copy full SHA for 1f2ee04
packages/base/src/hooks/useStylesheet.ts
@@ -1,3 +1,5 @@
1
+'use client';
2
+
3
import type { StyleDataCSP } from '@ui5/webcomponents-base/dist/ManagedStyles.js';
4
import { createOrUpdateStyle, removeStyle } from '@ui5/webcomponents-base/dist/ManagedStyles.js';
5
import * as React from 'react';
0 commit comments