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 11303f8 commit 8f4bfccCopy full SHA for 8f4bfcc
src/reactpy/core/vdom.py
@@ -138,7 +138,7 @@ def __init__(
138
def __getattr__(self, attr: str) -> Vdom:
139
"""Supports accessing nested web module components"""
140
if not self.import_source:
141
- msg = "Nested comopnents can only be accessed on web module components."
+ msg = "Nested components can only be accessed on web module components."
142
raise AttributeError(msg)
143
return Vdom(
144
f"{self.__name__}.{attr}",
0 commit comments