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
When i try to use one of the components inside of a table element it always renders the component just above the table when it renders. Not where I put the element. It does not matter the component content. For example...
table
<react_component></react_component>
table
Turns into
<react_component></react_component>
table
table`
The text was updated successfully, but these errors were encountered:
When i try to use one of the components inside of a table element it always renders the component just above the table when it renders. Not where I put the element. It does not matter the component content. For example...
table
<react_component></react_component>
table
Turns into
<react_component></react_component>
table
table`
The text was updated successfully, but these errors were encountered: