rob-balfre / svelte-select

Svelte Select. A select component for Svelte
https://svelte-select-examples.vercel.app
Other
1.26k stars 175 forks source link

`Event.path` is deprecated #406

Closed ZerdoX-x closed 2 years ago

ZerdoX-x commented 2 years ago

'Event.path' is deprecated and will be removed in M109, around January 2023. Please use 'Event.composedPath()' instead. See https://www.chromestatus.com/feature/5726124632965120 for more details.

This PR introduced: https://github.com/rob-balfre/svelte-select/pull/106

Current code in master: https://github.com/rob-balfre/svelte-select/blob/ea8a7f441ec6785db794d3d67538c59dddae10ed/src/Select.svelte#L539-L542

rob-balfre commented 2 years ago

Fixed in latest beta