Closed BeeMargarida closed 1 year ago
FIxes #217.
Due to the event forwarding logic, it was necessary to set the open and close events as exceptions. Probably in the future we will have to revisit the event forwarding logic.
open
close
[@svelteui/core]
[@svelteui/actions]
[@svelteui/motion]
[core]
[docs]
npm test
yarn lint
yarn repo:prepush
FIxes #217.
Due to the event forwarding logic, it was necessary to set the
open
andclose
events as exceptions. Probably in the future we will have to revisit the event forwarding logic.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.