pnp / sp-dev-fx-controls-react

Reusable React controls for SPFx solutions
https://pnp.github.io/sp-dev-fx-controls-react/
MIT License
383 stars 380 forks source link

TermSetNavigation unusable because of errors #1609

Open livain18 opened 1 year ago

livain18 commented 1 year ago

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 commented 1 year ago

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

github-actions[bot] commented 1 year ago

Thank you for submitting your first issue to this project.