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
I'm currently using trial version for 2 weeks. In my work repository which is quite big. constatly need to log value to see what is coming from where. and what I see is that, qokka is just not doing anything when I tyep console log it doesn't give any value, when I enable log on selection it doens't give any value. do i need to configure it differently for my Next 12 project to make ir work?
The text was updated successfully, but these errors were encountered:
Quokka runs your code in node.js. If your code doesn't have any executable parts (e.g. is just a function declaration) then it is expected that you won't see any values. You will only see values when your code actually executes / does something.
If you think it should be working, can you please provide a code sample that's not working for you? If you're working in a Next.js project, you will need to use the Quokka Snaps feature or else make sure your code is executing correctly.
I'm currently using trial version for 2 weeks. In my work repository which is quite big. constatly need to log value to see what is coming from where. and what I see is that, qokka is just not doing anything when I tyep console log it doesn't give any value, when I enable log on selection it doens't give any value. do i need to configure it differently for my Next 12 project to make ir work?
The text was updated successfully, but these errors were encountered: