Dmitry Frolov
Dmitry Frolov
Hi @remibed ! Have you came up with any fix of this problem?
@remibed @lahsivjar Can it be some browser issues? Seems like chrome is trying to kill connection, but client keeps reconnecting.
I suppose this condition can't handle a wrapper over a custom instance https://github.com/anymaniax/orval/blob/6975aff41f915b019b7b66184427ac5ac09ca4bf/src/core/generators/mutator.ts#L85
@anymaniax still the case with 6.9.6. Here i have base useCustomInstance ``` import Axios, { AxiosInstance, AxiosRequestConfig } from 'axios' import { useCredentials } from '../store/useCredentials' export const useCustomInstance =...
Same problem with Nes Games .
Same here but with Nes games.
@richardscarrott issue kinda resolved. The last li item should have scroll-snap-align: 'end' (if it has isSnapPoint prop), then Firefox handles it correctly. I think it should be noted in docs.