Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/reactive-python/reactpy
/ ShowError
Function
ShowError
docs/docs_app/examples.py:174–175 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
172
def
_make_error_display(message):
173
@reactpy.component
174
def
ShowError():
175
return
reactpy.html.pre(message)
176
177
return
ShowError()
Callers
1
_make_error_display
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected