sevenwestmedia / react-ssr-data-loader

​​This library will help with declarative data loading in React - with full server side rendering support!
MIT License
11 stars 2 forks source link

The implementation of isPromise doesn't work properly with core-js #4

Closed JakeGinnivan closed 5 years ago

JakeGinnivan commented 5 years ago

It assumed Promise.resolve(promise) === promise. This isn't always correct, using the is-promise library instead

JakeGinnivan 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: