ikprk
createResource blocks navigation
I expect that I'm doing something against Solid rules, but I have no idea no to approach the debug.
It seems like
createResoure
is blocking the UI change till the Promise resolves.
RepositoryWrapper is just HOC with error boundary and suspense. The problem is that when I refersh the page I can normally navigate between different exchanges without any delays, after one of them resolves. If one of exchanges is already resolved, next click on navigation that results in url param to change, I can see http request being sent for new view, but UI only changes after they resolve.4 replies