Closed BeeMargarida closed 1 year ago
This PR fixes #283.
As pointed out in the related issue, it should use only required and not aria-required.
required
aria-required
[@svelteui/core]
[@svelteui/actions]
[@svelteui/motion]
[core]
[docs]
npm test
yarn lint
yarn repo:prepush
This PR fixes #283.
As pointed out in the related issue, it should use only
required
and notaria-required
.Before submitting the PR, please make sure you do the following
[@svelteui/core]
,[@svelteui/actions]
,[@svelteui/motion]
,[@svelteui/core]
,[core]
, or[docs]
.Tests
npm test
and lint the project withyarn lint
or just runyarn repo:prepush
and check to see if it's passing.