You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
The text was updated successfully, but these errors were encountered: