We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
defaultBlockTag can accept null in doc, but types maybe wrong
now:
draft-js-utils/packages/draft-js-export-html/typings/index.d.ts
Line 16 in 4007f3e
should be: defaultBlockTag?: string | null;
The text was updated successfully, but these errors were encountered:
BlockRenderer
defaultBlockTag
My team was also being affected by this issue, so I've raised a PR to add the suggested change: #201
Sorry, something went wrong.
No branches or pull requests
defaultBlockTag can accept null in doc, but types maybe wrong
now:
draft-js-utils/packages/draft-js-export-html/typings/index.d.ts
Line 16 in 4007f3e
should be:
defaultBlockTag?: string | null;
The text was updated successfully, but these errors were encountered: