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 }}
This repository was archived by the owner on Apr 6, 2021. It is now read-only.
I have the following line of code in my codebase: [^${char}\\s][^${char}]*[^${char}\\s] (it’s used to build a regular expression). When I remove it from my codebase, @tailwindcss/jit works fine. When I add it back Tailwind CSS fails to build with:
RangeError: Maximum call stack size exceeded
at candidatePermutations.next (<anonymous>)
at candidatePermutations.next (<anonymous>)
at candidatePermutations.next (<anonymous>)
at candidatePermutations.next (<anonymous>)
at candidatePermutations.next (<anonymous>)
at candidatePermutations.next (<anonymous>)
at candidatePermutations.next (<anonymous>)
I reproduced this issue by taking the implementation of candidatePermutations() in my node_modules folder and running it standalone: