Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Function renderErrorFallback

    • Replace the contents of container with an accessible error card. An optional retryFn receives a retry button the user can click. An optional retryLabel overrides the default "Retry" button text for localised UIs.

      Parameters

      • container: HTMLElement
      • message: string = 'Data temporarily unavailable'
      • OptionalretryFn: () => void
      • retryLabel: string = 'Retry'

      Returns void