Well, I figured out what it was. I had the following in my functions in my child theme: wp_dequeue_script(‘jquery-blockui’);
I went back through and used site health to disable everything and put me back on a default theme. Then I noticed the error went away when activating the parent GP theme and it only persist when using my child. I remember the error griping about blockui so as I was scrolling through the functions of the child theme I noticed I had that dequeued.
I greatly appreciate you helping me further diag the issue!