Closed dylancom closed 3 months ago
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@swc/helpers@0.5.3, npm/@types/eslint-scope@3.7.3, npm/@types/eslint@7.2.13, npm/@types/estree@1.0.1, npm/@webassemblyjs/ast@1.11.6, npm/@webassemblyjs/wasm-edit@1.11.6, npm/@webassemblyjs/wasm-parser@1.11.6, npm/acorn-import-assertions@1.9.0, npm/chrome-trace-event@1.0.3, npm/enhanced-resolve@5.15.0, npm/es-module-lexer@1.2.1, npm/glob-to-regexp@0.4.1, npm/loader-runner@4.2.0, npm/neo-async@2.6.2, npm/stream-browserify@3.0.0, npm/swc-loader@0.2.3, npm/tailwindcss-3d@1.0.2, npm/terser-webpack-plugin@5.3.9, npm/tsconfig-paths-webpack-plugin@4.1.0, npm/watchpack@2.4.0, npm/webpack-sources@3.2.3, npm/webpack@5.89.0
Thanks for the PR! tAck
Describe the changes you have made in this PR
The menu's (such as UserMenu / AccountMenu) now feel "laggy" as there is no animation on the scaling. It jumps weirdly. I found out that tailwindcss-3d adjusts many classes and breaks the "scaling" transitions.
fix: remove the tailwindcss-3d plugin and create a custom plugin that provides the class that was actually used from the plugin: translate-z-0.
Type of change
fix
: Bug fix (non-breaking change which fixes an issue)