Async options with Promises - Promise object bug#941
Async options with Promises - Promise object bug#941JedWatson merged 1 commit intoJedWatson:masterfrom
Conversation
694b3cc to
5df5fa2
Compare
|
@VladimirPal wow, thanks for not just fixing this but adding a compete example! great work 👍 |
|
In the /lib folder I still see the old Select.js without this fix. Why? Thank you, |
|
@f2net It's because lib folder builds automatically after releasing new version, looks like you have to build it manually: |
|
@JedWatson Maybe you can build current state of project or release new version? I think this bug is pretty important |
|
@JedWatson @VladimirPal I agree, I think the current state should be built, otherwise who installs the package via npm without building gets the [Promise object] bug. |
|
May we have a release? |
|
Could you update the /lib version too, since the file in the /lib folder is still bugged? if (nextState != null && typeof nextState !== 'object') {Thank you, |
|
I would love a release. |
|
@JedWatson any chance of a release soon? :) |
|
FYI I've published a release of the react-select-plus with this patch, |
#940