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
message: `"${transformedDeprecatedName}" is deprecated. Go to https://primer.style/primitives or reach out in the #primer channel on Slack to find a suitable replacement.`
112
+
message: `"${getDisplayName(
113
+
deprecatedName
114
+
)}" is deprecated. Go to https://primer.style/primitives or reach out in the #primer channel on Slack to find a suitable replacement.`
98
115
})
99
116
}elseif(Array.isArray(replacement)){
100
117
// Multiple possible replacements
101
118
context.report({
102
119
node,
103
-
message: `"${transformedDeprecatedName}" is deprecated.`,
120
+
message: `"${getDisplayName(deprecatedName)}" is deprecated.`,
0 commit comments