This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Maximum call stack size exceeded #168
Comments
Getting a very similar issue but seems tied to postcss-loader:
|
Fixed in v0.1.13, sorry about that! |
Works great now! Thank you. 🙏 |
I am still getting "Maximum call stack size exceeded" error in v0.1.13 (v0.1.11 works) |
@prbroadfoot Can you provide a reproduction? What input is triggering the overflow? |
I have purge watching a directory of JS files compiled from ClojureScript. Here is one of the files that triggers it: https://gist.github.com/prbroadfoot/e4eee9a106fa6f551e9ba2c5d1827876 |
@prbroadfoot I just tried running against that file locally and had no issues. Any chance you can create a GitHub repo I can clone that reproduces please? In a new issue would be ideal so I don't lose track of it 👍🏻 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of @tailwindcss/jit are you using?
v0.1.11 → (Updated: v0.1.12)
What version of Node.js are you using?
v14.15.1
What browser are you using?
Safari
What operating system are you using?
macOS
Reproduction repository
https://github.com/edgarasben/bulletproof-ui/blob/main/src/Button.jsx
I get an error only when I switch to
'@tailwindcss/jit'
PostCSS plugin and I am trying to build a conditional CSS classes with React + Vite.The error occurs when I add this to the Button.jsx file:
Error log
The text was updated successfully, but these errors were encountered: