there seems like the Observable at search.js#9 doesn’t get updated.
That’s focus
, which you try to use in MainView.ux without having exported it from main.js. If you export it from there (in exactly the same way as you’ve done for searchResult
) then it appears in the UI.