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

TermSetNavigation unusable because of errors #1609

Open
livain18 opened this issue Aug 2, 2023 · 2 comments
Open

TermSetNavigation unusable because of errors #1609

livain18 opened this issue Aug 2, 2023 · 2 comments

Comments

@livain18
Copy link

livain18 commented Aug 2, 2023

Category

[ ] Enhancement

[ x ] Bug

[ ] Question

Version

Please specify what version of the library you are using: [ v3.15.0 - latest ]

Expected / Desired Behavior / Question

The newly added control TermSetNavigation should work like expected.

Observed Behavior

where using pnpm as node manager, and
When using TermSetNavigation, terminal throws errors that a specified svg file is not found and the client crashes.

Steps to Reproduce

Installing latest version ( v3.15.0 ) and import TermSetNavigation and try to use it in your component then serve your code.

Fixes

inside RenderNoOptions.js from TermSetNavigation folder there's a required svf file that's not found, is it possible to fix this please because TermSetNavigation is unusable right now. Also ControlStrings are not found.

line 7
React.createElement(Image, { src: require("./assets/menu-rafiki.svg"), width: 210, height: 210 }),

menu-rafiki.svg is not found

Thanks!

@ghost
Copy link

ghost commented Aug 2, 2023

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

@ghost ghost added the Needs: Triage 🔍 label Aug 2, 2023
@github-actions
Copy link

github-actions bot commented Aug 2, 2023

Thank you for submitting your first issue to this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants