Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run logs. Is it even enabled? #105

Open
moalhaddar opened this issue Dec 11, 2024 · 1 comment
Open

Can't run logs. Is it even enabled? #105

moalhaddar opened this issue Dec 11, 2024 · 1 comment

Comments

@moalhaddar
Copy link

I've tried to enable the logs by using log: true

if (typeof window !== 'undefined') {
    scan({
        enabled: process.env.NODE_ENV === 'development',
        log: true,
    });
}

But i can't find any logs in my console. Searching through the codebase, I've noticed that the log function is not used anywhere. And i can't see that the log option is used in the codebase anywhere. Is this a partially completed feature for now?

Thanks for the awesome tool!

@codingedgar
Copy link

seems to be working fine in 0.0.49 but when I enable them I get like 4x the renders report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants