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
Warning: Failed prop type: Invalid prop children of type object supplied to TruncateMarkup, expected a single ReactElement.
My Code
constTitle=({ style, line, text })=>(<TruncateMarkuplines={line}tokenize={'words'}><div><divstyle={style}>{text}</div></div></TruncateMarkup>);
and
constLocation=({ style, line, text })=>(<TruncateMarkuplines={2}tokenize={'words'}><div><span>{`Location ${location}`}</span></div></TruncateMarkup>);
I see this warning message as above in console IE11. TruncateMarkup still works correctly for IE , but let me know please if it's can take a negative effect on my text in IE11 tiles-by-social-edge-events-0.0.1-10e1fa-dev.zip
?
The text was updated successfully, but these errors were encountered:
My Code
and
I see this warning message as above in console IE11. TruncateMarkup still works correctly for IE , but let me know please if it's can take a negative effect on my text in IE11
tiles-by-social-edge-events-0.0.1-10e1fa-dev.zip
?
The text was updated successfully, but these errors were encountered: