sparc - v1.0.1
    Preparing search index...
    interface RouterProps {
        containerSelector?: string;
        enableErrorBoundary: boolean;
        initialState?: RouteState;
    }
    Index

    Properties

    containerSelector?: string

    A css selector defining where the router wrapper should be placed. Defaults to #root

    enableErrorBoundary: boolean
    initialState?: RouteState

    initializes data that is available to all routes from the start