Skip to content
This repository was archived by the owner on May 31, 2020. It is now read-only.

Commit a322c02

Browse files
committed
fix flow errors
1 parent 85790a4 commit a322c02

File tree

3 files changed

+116
-2
lines changed

3 files changed

+116
-2
lines changed

packages/atomic-block/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const setSelection = (
7272
)
7373
}
7474

75-
class AtomicBlockPlugin extends Component<Props, State> {
75+
class AtomicBlockPlugin extends Component<Props> {
7676
unregister: () => void
7777

7878
constructor(props) {

packages/utils/package-lock.json

Lines changed: 114 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/utils/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"cross-env": "^5.1.4",
26+
"draft-js": "^0.10.5",
2627
"flow-bin": "^0.81.0",
2728
"flow-typed": "^2.5.1",
2829
"react": "^16.2.0",

0 commit comments

Comments
 (0)