DashboardPack / architectui-react-theme-free

ArchitectUI React admin template is a simple yet fully customizable admin dashboard for web apps and other software.
https://dashboardpack.com/theme-details/architectui-dashboard-react-pro/
MIT License
126 stars 104 forks source link

Not show console.log #20

Closed pedroguaillas closed 3 years ago

pedroguaillas commented 4 years ago

When executing the console.log it does not show in console

DPTeamMember commented 3 years ago

Hello @pedroguaillas

I tried it with a simple example

componentDidMount() { console.log('I was triggered during componentDidMount') } just after the class declaration and it worked. you can also try this. If the console.log is not working in some specific condition, please share some more details.

I am closing this issue for now, you can reopen it if required.

Thank you.