Hi Max,
Thanks for your reply.
We’re actually building a module for generating report screens based on Griddle: https://dynamictyped.github.io/Griddle/
As such, we’re trying to load the React 0.12.0.js library (and it’s JSX transformer).
https://griddlegriddle.github.io/Griddle/quickstart.html
I’m trying to hook the said Griddle script as the LAST script. I’ve tried using delayed priorities for wp_footer and wp_enqueue_script actions. However, your plugin is still loading as the last script, causing incompatibilities. Is it possible for you to make the plugin load a bit earlier? Is it also okay for you to define action hooks where we can hook into?
Thanks so much,
JP