-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Final release 1.0.x #45
Comments
So I'm unable to reproduce #35 now as I'm doing my AJAX 'manually' (Thunk and Axios). I wasn't doing anything particularly strange with the library, though, and it was happening in multiple versions of FF, so hopefully someone can reproduce it. |
In anticipation of the release, a quick note on upgrading: in
to read
and you'll automatically have the latest compatible version after running |
I read in the issue that it could be have problems between this middleware and thunk. Is it still the case with v1 ? Is there a specific order to load the middlewares (thunk before api-middleware) ? Thanks |
@sylvainlap Questions are best answered, and asked, in the relevant issue. |
@barrystaes this issue is about v1, I though it was relevant. |
[Posted by mistake in #43. Copied here for reference.] v1.0.0 is now published on @barrystaes: there was a test that failed in my machine because I had Apache running and the test isn't mocking the appropriate endpoint — it succeeded once I turned Apache off. It is the test entitled const api = nock('http://127.0.0.1')
.get('/api/users/1')
.reply(404); at the beginning of the test and it kept failing, but succeeded if I switched |
Before we can make breaking changes, or add features, we should issue a proper final 1.0 release.
Issues to address;
'Unhandled promise rejection' on Firefox #35 'Unhandled promise rejection' on FirefoxDid i miss anything?
/cc @agraboso @riophae @ericmash @JoelOtter @smazurov @sgoll
The text was updated successfully, but these errors were encountered: