Skip to content
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

Rework mutliple tag detection #16

Closed
arlyon opened this issue Dec 4, 2022 · 1 comment
Closed

Rework mutliple tag detection #16

arlyon opened this issue Dec 4, 2022 · 1 comment
Labels

Comments

@arlyon
Copy link
Owner

arlyon commented Dec 4, 2022

This case currently fails because the check isn't set up for recursive cases:

          <InputText
            register={register}
            name="value"
            tw="flex h-[20px] items-center"
            prefix={
              <button type="submit" tw="-mx-3 h-full w-full flex-1 px-3">
                <CheckIcon tw="h-5 w-5 text-neutral-400" />
              </button>
            }
          />
Error: 
  x tw attribute already exists, ignoring
    ,----
 61 | <button type="submit" tw="-mx-3 h-full w-full flex-1 px-3">
    :                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    `----

Error: 
  > previous encountered here
    ,----
 59 | tw="flex h-[20px] items-center"
    :    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    `----
@arlyon arlyon closed this as completed in 1848eb3 Dec 5, 2022
arlyon pushed a commit that referenced this issue Dec 5, 2022
# [0.11.0](0.10.0...0.11.0) (2022-12-05)

### Bug Fixes

* add unzip feature ([c266fb4](c266fb4))
* allow numbers in the modifiers ([8e20a03](8e20a03))

### Features

* add arbitrary support for grid template row and col ([7e44200](7e44200))
* add arbitrary support to the gap plugin ([6347a8f](6347a8f))
* add background position plugin ([50cb275](50cb275))
* add background repeat plugin ([a295300](a295300))
* add background size plugin ([d1b2300](d1b2300))
* add content plugin ([687f5a2](687f5a2))
* add float plugin ([d873b2f](d873b2f))
* add justify items and self plugins ([ae0a938](ae0a938))
* add line clamp plugin ([0c2780f](0c2780f))
* improve parsing and allow arbitrary values for translate ([ae5fe6e](ae5fe6e))
* support nested tw attrs by using an attribute stack instead ([1848eb3](1848eb3)), closes [#16](#16)
@arlyon
Copy link
Owner Author

arlyon commented Dec 5, 2022

🎉 This issue has been resolved in version 0.11.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@arlyon arlyon added the released label Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant