BuildNotifier
●next-build-notifier · /index·component
Headless render-prop over the build-notification state from the nearest provider. Renders exactly what the function returns — no markup or styles of its own.
Signature
function BuildNotifier(props: BuildNotifierProps): ReactNode;Parameters
| Name | Type | Description |
|---|---|---|
props | BuildNotifierProps |
Returns
The render function's output.
Related
WithBuildNotifierOptions withBuildNotifier BuildNotificationState BuildNotifierConfig BuildNotifierProps BuildNotifierProviderProps VersionResponse BuildNotifierProvider
Sourcebuild-notifier.tsxclient/build-notifier.tsxclient/build-notifier.tsx:22↗Edit the JSDoc directly