ctrlplusb / react-tree-walker

Walk a React (or Preact) element tree, executing a "visitor" function against each element.
MIT License
345 stars 34 forks source link

BlueBird warning for problematic Promise usage #4

Closed swernerx closed 6 years ago

swernerx commented 7 years ago

I am currently seeing this issue when replacing the native Promise with Bluebirds debug enhanced Promise:

Warning: a promise was created in a handler at react-tree-walker/commonjs/index.js:28:14 but was not returned from it, see http://goo.gl/rRqMUw

As I see the method is "inherited" from Sindres utilities.

I would be eager what you think on the issue or whether we want to fix it.

ctrlplusb commented 7 years ago

Hmmm, may be interesting to post it on Sindre's respective repo. I haven't noticed any issues thusfar, so for now we can keep this up as a known "issue".