Oleksandr Fediashov

Results 261 comments of Oleksandr Fediashov
trafficstars

@ShrutiJaiswal1494 it seems that you don't have configured [`FluentProvider`](https://react.fluentui.dev/?path=/docs/components-fluentprovider--default) in your tree: > **"I tried using the new components but there does not seem to be any styling applied to...

@ShrutiJaiswal1494 sorry, but it's not clear to me how I can reproduce the problem. Do you have a minimal reproduction case that you can share? Does it repro on Chrome,...

> Setting devtool to false is not causing the problem though we would like to restore the original behavior. Sorry, but I did not get. Does `devtool: false` solve the...

> I haven't checked on chrome yet. But setting devtools to false solved the out of memory issue that we were facing. With restoring to original behavior I meant making...

> Thank you @layershifter. This worked! Also, how can I make the tabs work with the Zoom feature. Great, I am going to close this issue as we resolved existing...

@sagivf I converted a Codepen that you have provided to a CodeSandbox: https://codesandbox.io/s/delicate-worker-00vmzj (it shows TS errors). The usage that you have: ```tsx this._columns = [ { key: "column1", name:...

I am going to close this issue and we can't repro the problem. I also merged a PR with the example that I referenced, #24298. @sagivf please let us know...

Did you follow the setup guide https://react.fluentui.dev/?path=/docs/concepts-developer-server-side-rendering--page? I don't see `SSRProvider` used anywhere near to `RendererProvider`...

> I'm working on getting a truly minimal reproduction running on Vercel (this can’t be reproduced on CodeSandbox since it’s an SSR issue) but wanted to log this in case...

> there are no issues in production builds, but development mode still has the same issue… I see that you are using React 18 (at least in CodeSandbox). There is...