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
Oh, right, thanks for the reminder and for the links, I forgot about that.
Using grid? I am not sure because I am going to insert that React element into another Grid somewhere else (parent element already has a grid). Or are nested Grids allowed?
I often have this problem:
which will only return the last element due to the CoffeeScript nature.
To fix this, I have to wrap everything inside a
<div>
element but then, this is breaking the Bootstrap Grid and other CSS selectors.Is there no other way around?
The text was updated successfully, but these errors were encountered: