Skip to content

Commit c0148bc

Browse files
committed
refactor: update useAction types, remove React types
1 parent 4b189f7 commit c0148bc

8 files changed

Lines changed: 888 additions & 4150 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# App
22
.cache
3+
bundle
34
dist
5+
.rts2*
46

57
# Logs
68
logs

example/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React from 'react';
2-
import ReactDOM from 'react-dom';
32
import { createStore } from 'redux';
43
import Comp from './Comp';
54
import { RestateProvider } from '../src';

example/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React from 'react';
22
import ReactDOM from 'react-dom';
3-
import { createStore } from 'redux';
43
import App from './App';
54

65
ReactDOM.render(<App />, document.getElementById('root'));

0 commit comments

Comments
 (0)