Open LukaszGawlikBridge opened 1 year ago
Can you share a bit more on where you are/got stuck or what information is missing from the docs? We can't have individual samples that cover every possible scenario but do want to ensure there is enough information folks can figure out how to load the control.
I was facing following problem when trying to make javascript-basic to work with shared libraries (configuration typesAndSources->sharedLibraries: true), when clicking on shared team there was an exception, because handling authentication for command.type = "ms-graph" was missing.
Hey @LukaszGawlikBridge, I'm going through and looking at some of the older issues. Did anyone ever address this? If not, I can triage for someone to update the docs accordingly. Thanks!
Hello @JCrew0 , as far as I know it has not been addressed yet (I have not been informed about any changes in documentation regarding this topic).
Regards Lukasz
@LukaszGawlikBridge, just an update: this is still in my backlog. Will hopefully get to it soon
Describe the bug There is missing code example and documentation for handling shared libraries. It is complex to make it work. Making javascript-basic example to work with shared libraries requires not obvious adjustments:
Expected behavior There should be code example for sharedLibraries:true (the best would be some basic javascript code). It should be also covered clearly by documentation how to make shared libraries to work.