-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plugin fails to apply hash to all komponents #3
Comments
This should be fixed now I wrote a test case to handle your exact case: https://github.com/dolanmiu/vite-plugin-scope-tailwind/blob/master/src/append-classes.spec.ts#L41-L46 |
@dolanmiu Love your plugin, thanks for creating it. We are seeing some behavior that seems to relate to this bug. For us, it seems like some elements are not being updated by the plugin. See screenshot. I don't know why the ![]() |
It looks like it could be related to the
|
Okay, i was able to create a solution for the
|
Interesting, yes please, if you can make a PR for this, I will review it |
Experiencing same issue, any progress on this 🤔 |
This is what comes out when applying the plugin:

It seems it only goes three levels deep when applying the hashed classname to the DOM nodes
The text was updated successfully, but these errors were encountered: