We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1373b6 commit 8cdadfcCopy full SHA for 8cdadfc
reflex/config.py
@@ -383,12 +383,6 @@ def _normalize_disable_plugins(self):
383
if isinstance(entry, type) and issubclass(entry, Plugin):
384
normalized.append(entry)
385
elif isinstance(entry, Plugin):
386
- console.deprecate(
387
- feature_name="Passing Plugin instances to disable_plugins",
388
- reason="pass Plugin classes directly instead, e.g. disable_plugins=[SitemapPlugin]",
389
- deprecation_version="0.8.28",
390
- removal_version="0.9.0",
391
- )
392
normalized.append(type(entry))
393
elif isinstance(entry, str):
394
console.deprecate(
0 commit comments