79541061

Date: 2025-03-28 09:52:00
Score: 0.5
Natty:
Report link

According to this official example,

If our size is dynamic, we have to make sure our frame is visible before calling SDK.resize() with no arguments. In that case, we would instead do something like this:

SDK.notifyLoadSucceeded().then(() => {
    // we are visible in this callback.
    SDK.resize();
});

Other than resize(), I haven't found any other suggestions yet.

Reasons:
  • RegEx Blacklisted phrase (2): any other suggestions
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Ziyang Liu-MSFT