Merge remote-tracking branch 'origin/main' into immutable-vars

This commit is contained in:
Masen Furer 2024-08-23 13:03:19 -07:00
commit f09d2e2151
No known key found for this signature in database
GPG Key ID: B0008AD22B3B3A95
2 changed files with 897 additions and 866 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff