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 42ee01c commit e3a11bfCopy full SHA for e3a11bf
src/idom/core/component.py
@@ -66,9 +66,6 @@ def render(self) -> VdomDict:
66
model = {"tagName": "div", "children": [model]}
67
return model
68
69
- def __eq__(self, other: Any) -> bool:
70
- return isinstance(other, Component) and other._func == self._func
71
-
72
def __repr__(self) -> str:
73
sig = inspect.signature(self._func)
74
try:
0 commit comments