Hi Shelby,
I’ve attempted dequeuing using the suggested hook, but the file is still present.
Can you please confirm if this hook is still valid?
function tribe_dequeue_script() {
wp_dequeue_script( 'tribe-events-jquery-resize' );
}
add_action( 'wp_print_scripts', 'tribe_dequeue_script', 100 );