PurpleTurtleCreative / completionist

Asana integration plugin for WordPress.
https://purpleturtlecreative.com/completionist/
GNU General Public License v3.0
1 stars 0 forks source link

React v18 errors in production build for [ptc_asana_project] shortcode #204

Closed MichelleBlanchette closed 8 months ago

MichelleBlanchette commented 8 months ago

For some reason, I'm not seeing these errors in my dev environment and only see them when testing the installed package in my QA wp-env environment... 🤔

This is seen on a WordPress page with just a simple usage of the shortcode like:

[ptc_asana_project src="..."]

Screenshot 2023-12-10 at 8 24 31 PM

MichelleBlanchette commented 8 months ago

I set up a new wp-env environment which logged the same errors and I realized this is because they enable script debugging by default. That's how I was able to recreate these issues. So that's good to know about, for sure!