mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix build error with update of react-best-gradient-color-picker
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// SettingsContext.tsx
|
||||
import React, { createContext, useContext, useState, ReactNode } from 'react';
|
||||
import { SettingsState } from './types/AppProps';
|
||||
import useSettingsState from './hooks/settingsState';
|
||||
|
||||
@@ -17,7 +17,6 @@ style.innerHTML = `
|
||||
}`;
|
||||
document.head.appendChild(style);
|
||||
|
||||
|
||||
const root = ReactDOM.createRoot(document.getElementById('ExtensionPopup')!);
|
||||
|
||||
root.render(
|
||||
|
||||
Reference in New Issue
Block a user