Setup StrictMode for components
stevenbarragan opened this issue · 2 comments
stevenbarragan commented
How can I wrap a component in StrictMode before rendering?
<StrictMode>
<MyComponent />
</StrictMode>ahangarha commented
Do you mean to put a component directly on the page using react_component function?