Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to customize the preview error #3208

Open
scottapow opened this issue Jan 11, 2023 · 0 comments
Open

Add the ability to customize the preview error #3208

scottapow opened this issue Jan 11, 2023 · 0 comments

Comments

@scottapow
Copy link

For our implementation we would like to add a support message under the error message (rendered by <PreviewError />) so that the user has some recourse.

This could be done through a render prop on the ContentPreview component, providing the defaultRender or errorCode as arguments; much like the renderCustomActionButtons on `.

Example:

    <ContentPreview
        fileId={FILE_ID}
        token={TOKEN}
        renderCustomErrorMessage={(defaultRender) => (
            <>
                {defaultRender()}
                <p>Please contact support at +1 (234) 567-8910</p>
            </>
        )}
    />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant