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
Basically I wanna develop an extension, I created the working version with react which is working on live edit. Now I wanna use same react component for the frontend content as well.
##something like
do_shortcode('[react_component module_slug="my_extension_slud" __data="%s" custom_class="%s"]',
esc_attr(json_encode($this->props['__main_data'])),
esc_attr($custom_class)
)
The text was updated successfully, but these errors were encountered:
Problem Description
Basically I wanna develop an extension, I created the working version with react which is working on live edit. Now I wanna use same react component for the frontend content as well.
##something like
do_shortcode('[react_component module_slug="my_extension_slud" __data="%s" custom_class="%s"]',
esc_attr(json_encode($this->props['__main_data'])),
esc_attr($custom_class)
)
The text was updated successfully, but these errors were encountered: