Avoid pitfalls like https://martijnhols.nl/blog/everything-about-google-translate-crashing-react
Eg: button has {children} near to other elements, when we pass only string, this causes this to be a text node and break the app if this is translated and the text change.
Avoid pitfalls like https://martijnhols.nl/blog/everything-about-google-translate-crashing-react
Eg: button has
{children}near to other elements, when we pass only string, this causes this to be a text node and break the app if this is translated and the text change.