-
Notifications
You must be signed in to change notification settings - Fork 295
Collapse / Expand not working #58
Comments
expand and collapse of parent node is not working |
I think it's because React is not registering it as a state change and is not calling render() again.
|
Possibly you have put
inside render method, so the data is being rewritten from scratch on every click. |
There is an issue with the animations. |
@maximilianoforlenza with #174 this issue is worse than before: |
@maximilianoforlenza any news on this? |
No yet. I'll working on this today. |
@Waize please try this https://codesandbox.io/s/7jkkj5vkn1 (#209) |
Woah ... I missed that you did a breaking change with forcing react >= 16.7.0.
We are currently on 16.3.2.
Please keep in mind to announce this kind of changes and don't hide them in a "update some dependencies" message.
Is there any chance to got this chrome v74 fix in an 2.1.1 Version?
Regards,
Waize
Am 10. Mai 2019, 19:26, um 19:26, Maximiliano Raul Forlenza <[email protected]> schrieb:
…
@Waize please try this
#209
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#58 (comment)
|
No, you should fork the project, back to version 2.1.1 fix it and use the forked version. |
If it's working https://codesandbox.io/s/7jkkj5vkn1 I close this issue @Waize |
Hi alexcurtis
I've the the same problem as in issue #27
The tree is shown correctly on initial render but clicking nodes does nothing - can't expand/collapse, active node not highlighted.
The text was updated successfully, but these errors were encountered: