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