Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb authored Jul 31, 2018
1 parent 7809e34 commit 6b06977
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* [Usage](#usage)
* [Props](#props)
* [Instance API](#instance-api)
* 🚫 Depreacted [updateSize(size: { width: number | string, height: number | string }): void](#updateSize-void)
* [updateSize(size: { width: number | string, height: number | string }): void](#updateSize-void)
* [Test](#test)
* [Related](#related)
* [Changelog](#changelog)
Expand Down Expand Up @@ -231,11 +231,10 @@ Calls when resizable component resize stop.

## Instance API

#### * 🚫 Depreacted `updateSize(size: { width: number | string, height: number | string }): void`

🚫 Depreacted - Please use controlled state with `size`.
#### * `updateSize(size: { width: number | string, height: number | string }): void`

Update component size.

`grid` ,`max/minWidth`, `max/minHeight` props is ignored, when this method called.

- for example
Expand Down

0 comments on commit 6b06977

Please sign in to comment.