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
Message: Ensure spread value is always an array (bugfix)
or else simple FormattedText was output as individual characters
(`“t””h””i””s”`). Added some test to prevent this as well as ensuring
the proper structure of Replaced Elements.
Borrowed alwaysArray from Globalizejs.
Ref globalizejs#76
Signed-off-by: Frédéric Miserey <[email protected]>
expect(wrapper.html()).to.equal("<span>For more information, see <a href=\"https://github.com/jquery-support/react-globalize\">React Globalize</a></span>");
0 commit comments