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
Expose the grammar parser to the mobile app (WordPress#7691)
* Expose `parse` to RN, use pre-generated post parser
* Offer RawHTML to fix warning during save()
Warning is:
"Warning: React.createElement: type is invalid -- expected a string (for
built-in components) or a class/function (for composite components) but
got: undefined."
* Run parse() testcases for the pre-generated parser too
* Move RawHTML() to base module to avoid duplication
* Generalize parseWithGrammar to avoid code duplication
H/T to @gziolo for providing the createParse() function.
* Follow codestyle and add dep block header
* Separate describe() for the parse() testcases
0 commit comments