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
textAlign attribute works well but it gives the below warning. When we change it to lowercase it doesn't work with Blocjs tags. It thinks it has to be modified in Blocjs library to be able to work in lowercase.
Warning: React does not recognize the textAlignprop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercasetextalign instead. If you accidentally passed it from a parent component, remove it from the DOM element.
The text was updated successfully, but these errors were encountered:
textAlign attribute works well but it gives the below warning. When we change it to lowercase it doesn't work with Blocjs tags. It thinks it has to be modified in Blocjs library to be able to work in lowercase.
Warning: React does not recognize the
textAlignprop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase
textaligninstead. If you accidentally passed it from a parent component, remove it from the DOM element.
The text was updated successfully, but these errors were encountered: