figma / plugin-typings

Typings for the Figma Plugin API
MIT License
195 stars 45 forks source link

Request for Type Update to Address Deprecation Warnings #276

Closed kjk7034 closed 7 months ago

kjk7034 commented 8 months ago

Hello,

During the development of our project, we have come across the following deprecation warnings:

  1. "Calling createVariable with a collection id is deprecated. Please pass the collection node instead."
  2. "Calling setBoundVariable with a variable id is deprecated. Please pass the variable node instead."

We request an update to the related types to address these warnings.

Thank you.