Gabriel Soicher
Gabriel Soicher
Another option would be to check if a response model was declared - I'd imagine that automatically using the dataclass doesn't make sense when an explicit Pydantic response model is...
I've run into the same issue, and have created a pull request that addresses it for me (PR #4094) - I'm not 100% sure about the approach though, let me...
@AlexanderPodorov I agree - it's definitely not the cleanest solution. I thought it'd make sense because we'd be opting in to a "legacy" feature, but it'd also mean FastAPI would...
I just submitted a PR with definitions to DefinitelyTyped [here](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/43319). They can also be merged directly into this project if @jaredreich would like.
Can you guys share an example and/or a screencap showing the issue? I haven't run into it myself.
Hey frandiox, glad to hear that it's been helpful for you! I have looked into this - it does seem like a problem with Rollup, as you suggested. The pertinent...
I've just published 0.5, which changes some implementation details and uses parcel instead of rollup. I don't use SSR much, but from my testing it seems to have fixed the...
> With nuxt when you first load a page containing the accordion and `initial-open-items` it's opening on page ready (I think). > > But when you navigate to the page...
> I also have the error: > > ``` > The client-side rendered virtual DOM tree is not matching server-rendered content. > ``` > > What coud I do to...
Hey! I'm glad you're enjoying it. When I open your CodeSandbox, I get this error ```Error: Vue packages version mismatch: - [email protected] (/sandbox/node_modules/vue/dist/vue.runtime.common.js) - [email protected] (/sandbox/node_modules/vue-template-compiler/package.json) ``` I tried forking...