Merge remote-tracking branch 'origin/main' into immutable-vars
This commit is contained in:
commit
f09d2e2151
@ -7,7 +7,6 @@ import time
|
|||||||
from typing import Generator
|
from typing import Generator
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
import reflex_chakra as rc
|
|
||||||
|
|
||||||
from benchmarks import WINDOWS_SKIP_REASON
|
from benchmarks import WINDOWS_SKIP_REASON
|
||||||
from reflex import constants
|
from reflex import constants
|
||||||
@ -131,6 +130,7 @@ def render_multiple_pages(app, num: int):
|
|||||||
|
|
||||||
def AppWithOnePage():
|
def AppWithOnePage():
|
||||||
"""A reflex app with one page."""
|
"""A reflex app with one page."""
|
||||||
|
import reflex_chakra as rc
|
||||||
from rxconfig import config # type: ignore
|
from rxconfig import config # type: ignore
|
||||||
|
|
||||||
import reflex as rx
|
import reflex as rx
|
||||||
|
1761
poetry.lock
generated
1761
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user