diff --git a/.yarnrc.yml b/.yarnrc.yml index 0f3112d3be..d2b2dbbe19 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -7,4 +7,4 @@ nodeLinker: node-modules plugins: - path: .yarn/plugins/@yarnpkg/plugin-engines.cjs spec: 'https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js' - - .yarn/plugins/plugin-override-state.js + # - .yarn/plugins/plugin-override-state.js diff --git a/packages/web-react/src/components/UNSTABLE_Truncate/index.ts b/packages/web-react/src/components/UNSTABLE_Truncate/index.ts index b84421b326..46d9a7d175 100644 --- a/packages/web-react/src/components/UNSTABLE_Truncate/index.ts +++ b/packages/web-react/src/components/UNSTABLE_Truncate/index.ts @@ -2,3 +2,4 @@ export * from './UNSTABLE_Truncate'; export { default as UNSTABLE_Truncate } from './UNSTABLE_Truncate'; export * from './useTruncateStyleProps'; // some comment +// some comment