Oleksandr Fediashov

Results 261 comments of Oleksandr Fediashov
trafficstars

@tronguye this is how styling done in this component. To override this styles without `!important` you can do following: ```tsx function App() { return ( ); } ``` https://codesandbox.io/s/sad-wright-0xjsfl?file=/src/App.tsx:433-882

@tronguye grad that have figure out the problem. > Ideally the consumers of this component don't need to know about the underlying class `.ms-Button-icon` which could be a brittle class...

FYI: `@fluentui/react-northstar` does not support React 17 officially yet, but due minimal changes in React 17 it should work out of the box (except `peerDependencies`).

FYI: there is https://github.com/trivago/prettier-plugin-sort-imports

@gouttierre I checked the issue and indeed we have invalid markup as was mentioned in the issue, I checked it also in `@fluentui/react@7` (https://codesandbox.io/s/damp-bird-3c830w) and it has the same markup...

We have now #23914 that covers it. Should be this closed?

I was able to reproduce this on my OnePlus with Android 11 on Chrome 104. This bug affects user experience, but we don't have mobile browser support for v0/v7/v8 in...

I tested it (used Codepen provided in the issue) and can reproduce it on Safari 15.6 and MacOS 12.5: ![Kapture 2022-08-09 at 13 09 02](https://user-images.githubusercontent.com/14183168/183633494-02706e9e-8731-41e9-bf7c-f4a80da2990e.gif) The bug is specific to...

@kokuda thanks for the excellent repro, I modified it a bit to highlight the problem: https://codesandbox.io/s/fancy-architecture-6hdezl?file=/src/App.tsx:0-1554 ``` render:i 1 // current value getPageSpecification:i 0 // is called from `getDerivedStateFromProps()` with...