Skip to content

Add extraHeadTags prop #229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AliGhaleyan
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Mar 9, 2025

@AliGhaleyan is attempting to deploy a commit to the My Projects Team on Vercel.

A member of the Team first needs to authorize it.

@@ -1,7 +1,7 @@
import { map } from "lodash-es";
import { useEffect, useMemo, useState } from "react";
import { useFrame } from "../../../frame";
import { useDarkMode, useSelectedBlockIds, useSelectedStylingBlocks } from "../../../hooks";
import {useBuilderProp, useDarkMode, useSelectedBlockIds, useSelectedStylingBlocks} from "../../../hooks";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apply prettier

@surajair
Copy link
Collaborator

@AliGhaleyan this is a good idea. We should pass a component instead of a ReactNode. Passing a component will allow use to render the component in context of the app. So you can have access to all hooks and internal structure, if you wish to handle something based on condition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants