vkoman
Results
2
issues of
vkoman
**Description/Screenshot** I am using `data-custom-id="my-custom-value"` attr on a `` inside FluentUI `Panel` or `Callout` components. And particularly for this scenario, events are not logged in AppInsight. Everything works as expected...
I have a simple component that has `ref` attribute In the `useLayoutEffect` I am calculating `isShown` value to show or hide `XYZ` element based on `divRef.current.offsetWidth`. here is my code...