# Unexpected ```ts export declare function StickToBottom(props: StickToBottomProps): ReactNode; ``` React Component must return `ReactElement` or `null` below 19. # Expected ```ts export declare function StickToBottom(props: StickToBottomProps): ReactElement; ``` Change the return type to `ReactElement`.