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
Currently in self-closing-comp.md, the first correct includes var contentContainer = <div className="content"></div>;. Given the rest of that section, the default options, and further examples below this should be in the incorrect section or the description for these examples should indicate the html option is set to false.
The text was updated successfully, but these errors were encountered:
Currently in self-closing-comp.md, the first correct includes
var contentContainer = <div className="content"></div>;
. Given the rest of that section, the default options, and further examples below this should be in the incorrect section or the description for these examples should indicate thehtml
option is set tofalse
.The text was updated successfully, but these errors were encountered: