We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1e50b commit 5afa28bCopy full SHA for 5afa28b
tests/test_asgi/test_middleware.py
@@ -19,7 +19,7 @@ async def display(page):
19
templates = Jinja2Templates(
20
env=JinjaEnvironment(
21
loader=JinjaFileSystemLoader("tests/templates"),
22
- extensions=["reactpy.jinja.Component"],
+ extensions=["reactpy.templatetags.Jinja"],
23
)
24
25
@@ -59,7 +59,7 @@ async def test_unregistered_root_component():
59
60
61
62
63
64
65
0 commit comments