yayashn / RowindCSS

TailwindCSS classes for Roact & Roblox-ts.
18 stars 2 forks source link

Infinite Yield in Roblox Studio #3

Open Lucasjlw opened 1 year ago

Lucasjlw commented 1 year ago

Issue

After installing the RowindCSS package and compiling into Lua, the game throws the following error:

Stacktrace

image

Configuration

I have my repo setup according to the docs. I have run npx tailwindcss init as well.

Here is my package.json:

image

My tailwind.config.js:

image

Code where RowindCSS is used

The following is the only place I am using RowindCSS:

image

I will re-format this if needed for clarity.

Edit

I created a simple Roact client GUI inside of the PlayerGUI and am getting the same thing. I thought maybe other packages were conflicting with RowindCSS. I did not remove the other packages from my package.json.

image
yayashn commented 1 year ago

This may be an issue with Keys, for now try a lowercase key or no key.

joritochip commented 1 year ago

It seems like this is an issue with the build that was published to NPM. After building it myself and installing the package from my local system it worked fine

murmanox commented 1 year ago

There are some scripts missing from out.values in the build. I'm getting the same error but for color3