Open
Description
It seems that lazy-loading is still an experimental issue, so I have created PR to include an example.
Steps to reproduce the actual bug:
- Go to storybook samples and navigate to Advanced -> Expand with lazy loading of child nodes.
- Open Console in web browser to see logs.
- Try to drag Egg node over Spaceship node.
- Unhandled exceptions are logged.
- If you drag Egg node from top direction over center of Spaceship node there are even more fatal react exceptions and tree disappears. Please check the recording:
- Note: fatal errors occurs and tree disappears only on 16 version of React, on 15 it was working quite stable.
This bug documents the problem referenced in issue 211.
As for now I do not have any better ideas other than to recreate my old abandoned PR.
Do you have any ideas how to fix this in most correct way?