-
I didn't open this as an issue just given it seems like it's an issue on Figma's side. I've got a fairly standard setup module.exports = {
commands: [
[
'components',
{
fileId: 'XXXXXX',
onlyFromPages: ['Icons'],
transformers: [
require('@figma-export/transform-svg-with-svgo')({
plugins: [],
}),
],
},
],
],
} When I run it I'm getting this response
That maps over to the So, I think there's just an issue w/ their |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
welp, it looks like either generation a new API token resolved this or they coincidentally fixed whatever was failing behind the scenes. 🤷 |
Beta Was this translation helpful? Give feedback.
welp, it looks like either generation a new API token resolved this or they coincidentally fixed whatever was failing behind the scenes. 🤷