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 d7a71b3 commit cba66aaCopy full SHA for cba66aa
src/idom/core/layout.py
@@ -136,7 +136,7 @@ async def render(self) -> LayoutUpdate:
136
except KeyError:
137
logger.debug(
138
"Did not render component with model state ID "
139
- "{model_state_id!r} - component already unmounted"
+ f"{model_state_id!r} - component already unmounted"
140
)
141
else:
142
return self._create_layout_update(model_state)
0 commit comments