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

Warning references outdated "ignoredTags" #541

Closed
6 of 15 tasks
Nantris opened this issue Dec 3, 2021 · 1 comment
Closed
6 of 15 tasks

Warning references outdated "ignoredTags" #541

Nantris opened this issue Dec 3, 2021 · 1 comment
Labels
bug Crush'em all.

Comments

@Nantris
Copy link

Nantris commented Dec 3, 2021

Decision Table

  • My issue does not look like “The HTML attribute 'xxx' is ignored” (unless we claim support for it)
  • My issue does not look like “The HTML element <yyy> is not rendered”

Good Faith Declaration

Description

The "label" tag is a valid HTML element but is not handled by this library. You must extend the default HTMLElementModel for this tag with "customHTMLElementModels" prop and make sure its co ntent model is not set to "none". If you don't want this tag to be rendered, add it to "ignoredTags" prop array.

But from what I can tell this prop has been migrated to ignoredDomTags -- https://meliorence.github.io/react-native-render-html/docs/migration-guide#renamed-and-moved-props

React Native Information

0.64.3

RNRH Version

6.3.0

Tested Platforms

  • Android
  • iOS
  • Web
  • MacOS
  • Windows

Reproduction Platforms

  • Android
  • iOS
  • Web
  • MacOS
  • Windows

Minimal, Reproducible Example

N/A

Additional Notes

No response

@Nantris Nantris added the bug Crush'em all. label Dec 3, 2021
@jsamr jsamr closed this as completed in e03b0ac Dec 3, 2021
@jsamr
Copy link
Collaborator

jsamr commented Dec 3, 2021

@slapbox thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Crush'em all.
Projects
None yet
Development

No branches or pull requests

2 participants