Alex Terentiev

Results 148 comments of Alex Terentiev

The fix has been rolled out to all the tenants. Please, double check if the error still exists. If yes - I will need more details on your solution. BTW,...

We found one more issue and will be including it in the next rolled out build. We will not roll back the current build. So, if the issue is critical...

The fix has been rolled out to 100% prod

@thaeddavid - sorry for the silence. It is most probably a bug, but we had no change to dig into it yet. For the ares: I would leave it to...

@thaeddavid - after reading it deeper I can say it's not a bug. `--locale` parameter affects what localization strings from the package will be loaded. If you want to apply...

@thaeddavid - I've also tested it before posting the response. And it does work. Maybe it's some kind of cache. Try to rebuild the solution, restart debugging session and force...

@thaeddavid - "Approve Document" is from another command set that has no localized string :) The two below are getting their localized texts from the manifest.

@wizneeraj - could you please try adding ?sw=bypass on a successive refreshes and see if it's still failing? Thanks!

@stevebeauge - we don't load source maps from dependencies for performance reasons. But you can [modify web pack config](https://learn.microsoft.com/en-us/sharepoint/dev/spfx/toolchain/extending-webpack-in-build-pipeline) to load them. It will probably lead to increased build time...

@siata13 - thanks for reporting this one! Few questions: - do you have `initializeIcons` called somewhere in the root of the files (outside of any methods/classes)? - Do you have...