mileung
What does it mean when a tags don't navigate to their href?
I think I solved the problem, The component with said problematic line was put
I moved it inside to a child component and the issue seems to be resolved. Is this expected behavior? Was I doing something wrong at first?
7 replies
What does it mean when a tags don't navigate to their href?
I tried both tags, and get the same problem. Not afk, just coding like usual. It seems the problem comes from this line:
where
() => new Promise((res) => res({ test: 'Test' }))
is supposed to be a server function that gets a language dict, but I replaced it with a promise for testing.7 replies