Token collisions in ESM modules #1308
TrevorRice
started this conversation in
General
Replies: 1 comment 3 replies
-
Did you find which tokens are causing the collision? Without knowing the contents of your token files I won't be able to tell you why the collision warning occurs |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all.
Our color tokens are currently split among many files:
I noticed when updating to v4, while all the tokens are still created, SD logs the following message:
It's worth noting, that as part of this migration, we're moving from
module.exports
toexport default
in each of our token files.Anything I should be doing differently?
Beta Was this translation helpful? Give feedback.
All reactions