Sanity Library Reference Docs
    Preparing search index...
    interface NextStudioProps {
        basePath?: string;
        children?: ReactNode;
        config: Config;
        history?: "browser" | "hash";
        unstable__noScript?: boolean;
    }

    Hierarchy

    • StudioProps
      • NextStudioProps
    Index

    Properties

    basePath?: string
    children?: ReactNode
    config: Config
    history?: "browser" | "hash"

    The 'hash' option is new feature that is not yet stable for production, but is available for testing and its API won't change in a breaking way. If 'hash' doesn't work for you, or if you want to use a memory based history, you can use the unstable_history prop instead.

    'browser'
    
    unstable__noScript?: boolean

    Render the

    true
    @alpha