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 bc3f583 commit 592341dCopy full SHA for 592341d
browser-extension/tests/playground/playground.tsx
@@ -28,6 +28,7 @@ const App = () => {
28
{Object.entries(MODES).map(([mode, config]) => (
29
<button
30
key={mode}
31
+ type='button'
32
onClick={() => setActiveComponent(mode as Mode)}
33
className={`px-3 py-2 rounded text-sm font-medium transition-colors ${
34
activeComponent === mode
0 commit comments