Stone.js API
    Preparing search index...

    Options for the @FeatureStore declaration.

    interface FeatureStoreOptions {
        perRequest?: boolean;
    }
    Index
    perRequest?: boolean

    Whether the server keeps one instance per request. Default true, deliberately: a shared store leaks one visitor's state into the next visitor's page during server rendering, and the leak is invisible in development where there is only ever one request at a time.