You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but it throws a runtime error saying items is nil (not a valid list).
Is there a way to provide the render_surface with a context? Or perhaps to use something other than render_surface, say compile_surface (I tried that macro as well to no avail).
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to perform a test on a component that retrieves a value from the context and I can't find a proper way to achieve it.
Say I have the following
Wrapper
live component:I tried to pass the items through the
use_config
macro like this:but it throws a runtime error saying
items
isnil
(not a valid list).Is there a way to provide the
render_surface
with a context? Or perhaps to use something other thanrender_surface
, saycompile_surface
(I tried that macro as well to no avail).The text was updated successfully, but these errors were encountered: