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 you want to use the component in a component which is itself imported by the Blocks.tsx file, it does not work as there is an import loop.
To fix the issue, we could extract the blocksList import & definition into a specific file, and add a blocksList props to the component for it to be reusable anywhere.
The text was updated successfully, but these errors were encountered:
When you want to use the component in a component which is itself imported by the Blocks.tsx file, it does not work as there is an import loop.
To fix the issue, we could extract the blocksList import & definition into a specific file, and add a blocksList props to the component for it to be reusable anywhere.
The text was updated successfully, but these errors were encountered: