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 f718715 commit 5fd8ea9Copy full SHA for 5fd8ea9
reflex/base.py
@@ -30,7 +30,7 @@ def __init_subclass__(cls):
30
31
console.deprecate(
32
feature_name="rx.Base",
33
- reason="You can subclass from `pydantic.BaseModel` directly instead or use dataclasses if possible.",
+ reason=f"{cls!r} is subclassing rx.Base. You can subclass from `pydantic.BaseModel` directly instead or use dataclasses if possible.",
34
deprecation_version="0.8.15",
35
removal_version="0.9.0",
36
)
0 commit comments