reactive-python / reactpy-django

It's React, but in Python. Now with Django integration.
https://reactive-python.github.io/reactpy-django/
MIT License
322 stars 18 forks source link

Add error checking to `component` template tag #154

Closed Archmonger closed 1 year ago

Archmonger commented 1 year ago

By submitting this pull request you agree that all contributions to this project are made under the MIT license.

Description

There are some realistic edge cases where template rendering can occur before the reactpy_django database table exists (#152). This scenario is not common, but can exist if using HTML postprocessors.

Checklist:

Please update this checklist as you complete each item: