microsoft / fluentui

Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
https://react.fluentui.dev
Other
18.41k stars 2.72k forks source link

ScrollbarVisibility and isScrollSynced Properties Showing Error. #8105

Closed virender1164 closed 5 years ago

virender1164 commented 5 years ago

We are trying the to use the scrollablePane and sticcky components in a web part with SPFx 1.7.1. But we are not able to import the property ScrollbarVisibility in ScrollablePane and isScrollSynced property in Sticky is not working. The errors are as below.

'ScrollbarVisibility' is declared but its value is never read.ts(6133) Module '"../../../../../../../SharePoint/WebPartName/node_modules/office-ui-fabric-react/lib/ScrollablePane"' has no exported member 'ScrollbarVisibility'.

leddie24 commented 5 years ago

Hi @virender1164. Is there a CodePen that you can share that can reproduce this error? This sounds more like an issue with your dev environment rather than Fabric React; if we can reproduce this in a CodePen, I can help investigate the issue easier. Thanks!

msft-github-bot commented 5 years ago

This issue has been automatically marked as stale because it has marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for your contributions to Fabric React!