• Convenience selector for any state that contains the wellknown slice.

    Unlike createWellknownSelector, this immediately evaluates the selector against the provided state rather than returning a reusable selector.

    Type Parameters

    Parameters

    • wellknownUrl: string

      The well-known endpoint URL used as the cache key

    • state: S

      Any Redux state that includes the wellknown slice

    Returns undefined | WellknownResponse

    The cached WellknownResponse or undefined if not yet fetched