Skip to content

Commit 7307705

Browse files
authored
No Redux (#1206)
1 parent 265e122 commit 7307705

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/copilot-instructions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ User scripts are compiled with sandbox context isolation:
7474
- **React 18** - Component framework with automatic runtime
7575
- **Arco Design** - UI component library (`@arco-design/web-react`)
7676
- **UnoCSS** - Atomic CSS framework for styling
77-
- **Redux Toolkit** - State management with RTK
7877
- **Rspack** - Fast bundler (Webpack alternative) with SWC
7978
- **TypeScript** - Type-safe development
8079

tests/test-utils.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ afterEach(() => {
1818
cleanup();
1919
});
2020

21-
// 自定义render函数,包装Redux Provider
21+
// 自定义render函数,包装 Provider
2222
const customRender = (
2323
ui: ReactElement,
2424
{ _initialState = {}, ...renderOptions }: { _initialState?: any; store?: any } & Omit<RenderOptions, "wrapper"> = {}

0 commit comments

Comments
 (0)