How can I access figma.clientStorage? .keysAsync() is not working :(

Is there a way to see how data has been set into the figma.clientStorage?

Using figma.clientStorage.keysAsync() gives me the following error:
Property ‘keysAsync’ does not exist on type ‘ClientStorageAPI’.

Does this error show up in the console in Figma or in your IDE?

The error shows up on the console in Figma. Also, autofill does not show me keysAsync as an option for figma.clientStorage (shown in the image below)

Just checked on my end and the keysAsync() function works as expected (returns an array of keys in the ClientStorage).

Try updating the typings file.

It works now! Thank you so much!