Closed BeeMargarida closed 1 year ago
Fixes https://github.com/svelteuidev/svelteui/issues/311.
Currently fixes the problem but it's something we will have to rethink in the future, I don't like the current approach all that much.
[@svelteui/core]
[@svelteui/actions]
[@svelteui/motion]
[core]
[docs]
npm test
yarn lint
yarn repo:prepush
Fixes https://github.com/svelteuidev/svelteui/issues/311.
Currently fixes the problem but it's something we will have to rethink in the future, I don't like the current approach all that much.
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.