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
In my application, I need to use the following settings:
extended_valid_elements
custom_elements
valid_children
However, these props are not basic component props.
In code, there are this part:
// the advanced config will accept any attributes that start with config-
// and try to parse them as JSON or resolve them on the Global state.
const ADVANCED_CONFIG = false;
Because this I cant pass this properties.
Is there any solution to use these settings?
The text was updated successfully, but these errors were encountered:
In my application, I need to use the following settings:
However, these props are not basic component props.
In code, there are this part:
Because this I cant pass this properties.
Is there any solution to use these settings?
The text was updated successfully, but these errors were encountered: