You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am I missing something? You have import styles from 'figma-plugin-ds/dist/figma-plugin-ds.css' listed in the documentation, but that file isn't a module.css file so it comes back undefined if you console.log the styles export and if you try and use it in your code with {styles.button} or something it throws caught TypeError: Cannot read properties of undefined (reading 'button')
The text was updated successfully, but these errors were encountered:
Am I missing something? You have
import styles from 'figma-plugin-ds/dist/figma-plugin-ds.css'
listed in the documentation, but that file isn't a module.css file so it comes backundefined
if youconsole.log
thestyles
export and if you try and use it in your code with{styles.button}
or something it throwscaught TypeError: Cannot read properties of undefined (reading 'button')
The text was updated successfully, but these errors were encountered: