You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the classic editor, in WordPress 5.6.1, with concatenated scripts enabled, wp-tinymce.js includes the wp-view plugin. wp-tinymce does not wait for jQuery domready, and this causes wp-views to start initializing before shortcake views are registered. This results in existing shortcake shortcodes to not render in the editor on page load.
This can be fixed by moving the shortcode registration out of jQuery domready.
I have a fix for this coming in a few minutes.
The text was updated successfully, but these errors were encountered:
…ent view race condition in WP 5.6.1
Fixes issue wp-shortcake#822
Also includes:
Update for node-sass to be compatible with OS X Big Sur
Updating a couple of deprecated jQuery functions
Using the classic editor, in WordPress 5.6.1, with concatenated scripts enabled, wp-tinymce.js includes the wp-view plugin. wp-tinymce does not wait for jQuery domready, and this causes wp-views to start initializing before shortcake views are registered. This results in existing shortcake shortcodes to not render in the editor on page load.
This can be fixed by moving the shortcode registration out of jQuery domready.
I have a fix for this coming in a few minutes.
The text was updated successfully, but these errors were encountered: