react-scan
react-scan copied to clipboard
Can't run logs. Is it even enabled?
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!