InsidersByte/react-markdown-renderer

View on GitHub
src/index.js

Summary

Maintainability
A
0 mins
Test Coverage

propType "options" is not required, but has no corresponding defaultProp declaration.
Open

  options?: {
Severity: Minor
Found in src/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Dangerous property 'dangerouslySetInnerHTML' found
Open

  return <div {...props} dangerouslySetInnerHTML={{ __html: html }} />;
Severity: Minor
Found in src/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

There are no issues that match your filters.

Category
Status