0xycvv / react-priority-navigation

react priority nav compatible with components
react-priority-navigation.vercel.app
13 stars 3 forks source link

Fix: Update State, avoid mutable #122

Closed codercodingthecode closed 5 years ago

codercodingthecode commented 5 years ago

Fix error when using typescript on splicing the children object.

It makes a copy instead of mutating directly the state.

Fix import error on typescript app when importing React not as * as React

updating state in priorities rearranging the order of the spread to fix a bug on resizing as pictured below.

codercodingthecode commented 5 years ago
Screen Shot 2019-04-19 at 11 59 17 PM Screen Shot 2019-04-20 at 12 00 28 AM
0xycvv commented 5 years ago

Thanks for help!

0xycvv commented 5 years ago

:tada: This PR is included in version 1.0.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: