Sacha Brouté
Sacha Brouté
I get the same issue in a normal Serializer, it attempts to find the serializer fields in the empty list since it's the default value ``` python class ChildSerializer(serializers.Serializer): something...
I am still experiencing this issue in `v2.4.0`. Here is a proposal PR #1963
I have updated my PR with an additional fix regarding the usage of these placeholders. Looking forward to your feedback 🙂
Link to reproduction: https://codesandbox.io/s/dazzling-chatterjee-0pef14?file=/src/App.tsx I've tried updating version of `@react-navigation/native` and `@react-navigation/native-stack` in the repro above, but the type error persists
> I was able to fix it without having to wipe my data. This is the solution I came up with: > > * Obtain device's stock boot image >...
After further digging, I think I found a solution. Posted the following PR for review: https://github.com/openapi-ts/openapi-typescript/pull/2519
Tests fail due to a refactor in Redocly's test folder structure (unrelated to this PR's change), I've opened a separate PR to address that here https://github.com/openapi-ts/openapi-typescript/pull/2522
> Test failure seems unrelated, docly have refactored their tests and moved a bunch of files: [Redocly/redocly-cli@cf26d60#diff-819418d7530fd6a1220968de72601d679939eb5a01c3b9cc9e388050bd58ff77](https://github.com/Redocly/redocly-cli/commit/cf26d6038e7c75af3335164f4797133393ac84d3#diff-819418d7530fd6a1220968de72601d679939eb5a01c3b9cc9e388050bd58ff77) Indeed, I've address this in a separate PR a few weeks back which...