I'm finally getting around to updating my plugin to dynamically load pages and am following Figma's instructions here. However, when I try to use figma.loadAllPagesAsync(), I'm getting a type error Property 'loadAllPagesAsync' does not exist on type 'PluginAPI'. Have the dynamic loading features been incorporated into the package yet?
I'm finally getting around to updating my plugin to dynamically load pages and am following Figma's instructions here. However, when I try to use figma.loadAllPagesAsync(), I'm getting a type error
Property 'loadAllPagesAsync' does not exist on type 'PluginAPI'.
Have the dynamic loading features been incorporated into the package yet?