Alex Terentiev
Alex Terentiev
@chr-sad - I was able to repro it with your test solution. We will be investigating it. Will get back to you as soon as there are any updates.
@chr-sad - that was a very interesting bug to address. Thank you for the sample - it helped a lot! The issue has been addressed and will be rolled out...
@chr-sad - I will communicate when the fix is rolled out. Regarding multiple components: the main question I have is why you decided to use global that are instantiated in...
@MWDevRepo - there were some issues with the version of Teams SDK used in SPFx solutions. The version has been bumped and the issue should be resolved by now. Could...
@VelinGeorgiev - unfortunately, we needed to revert the changes. Working on a new plan for that.
@VelinGeorgiev - sure thing!
@wobba just to clarify: `CollapseSpecification = 'DocumentSignature: 1'` is the recommended approach?
@wobba the use case is get duplicates for a single document, yes. For that I was using `CollapseSpecification=false`. And that worked. But stopped working in SPO probably few weeks ago...
@EnmanuelParedesR are you using [top and bottom placeholders](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/using-page-placeholder-with-extensions) to display the customizer? Seems like your custom DOM or CSS is affecting the rendering. It is not happening when placeholders are...
@manipk - have you also removed references of `@microsoft/office-ui-fabric-react-bundle`, like this: ``` import { Label } from '@microsoft/office-ui-fabric-react-bundle'; ``` If not - please, do that.