-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Error: Expected closing tag </head> to match opening tag <meta> #1760
Comments
Closed
It's because the error handling features was never included in the release |
4 tasks
Closing since #2071 has been merged and it provides better handling of parsing error. |
4 tasks
WoLewicki
pushed a commit
that referenced
this issue
Jan 3, 2024
…p when loading invalid content from remote svg file (#2196) This crash issue still happening for SvgCssUri component #1760 Apply similar fix #2071 specifically for SvgCSSUri component to prevent crashes due to invalid svg content What issues does the pull request solve? Please tag them so that they will get automatically closed once the PR is merged -> When loading invalid svg uri with SvgCSSUri, the app crashes crashes. For example the content returning html content instead of valid svg content. How did you implement the solution? -> Passing the fallback prop to SvgCss where will be render when error being captured What areas of the library does it impact? SvgCss and SvgUriCss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NB Never post screenshots of code. Post copy paste-able code if you include any.
Ignoring this will likely lead to direct closing of the issue.
Please respect the time and energy of open source maintainers.
Bug
Error: Expected closing tag to match opening tag If this is valid SVG, it's probably a bug. Please raise an issue
Environment info
Run
react-native info
in your terminal and copy the results here. Also, include the precise version number of this library that you are using in the projectReact native info output:
Library version: 12.3.0
Steps To Reproduce
Describe what you expected to happen:
1.expected the svg to show
The text was updated successfully, but these errors were encountered: