QueraTeam / django-nextjs

Next.js integration for Django projects
MIT License
351 stars 18 forks source link

Incorrect Type Annotations #13

Closed mjnaderi closed 1 year ago

mjnaderi commented 1 year ago

Some type annotations are incorrect, e.g. the return type of render_nextjs_page_sync and render_nextjs_page_async.

https://github.com/QueraTeam/django-nextjs/blob/d29b04e8064afbff2496430e7b3bbda81a78ee16/django_nextjs/render.py#L62

https://github.com/QueraTeam/django-nextjs/blob/d29b04e8064afbff2496430e7b3bbda81a78ee16/django_nextjs/render.py#L103

https://github.com/QueraTeam/django-nextjs/blob/d29b04e8064afbff2496430e7b3bbda81a78ee16/django_nextjs/render.py#L112

https://github.com/QueraTeam/django-nextjs/blob/d29b04e8064afbff2496430e7b3bbda81a78ee16/django_nextjs/render.py#L154