drafty
v2.0.3
Published
After each module installation you HAVE to remove `node_modules/@types/slate-react/node_modules`.<br/> Package `@types/slate-react` automatically installs the latest version `@types/slate` which is wrong in our case.<br/> To ged rid of it we need to updat
Downloads
35
Keywords
Readme
Youshido / Rich text editor
After each module installation you HAVE to remove node_modules/@types/slate-react/node_modules
.
Package @types/slate-react
automatically installs the latest version @types/slate
which is wrong in our case.
To ged rid of it we need to update slate
, slate-react
and corresponding types to the latest versions.