alteryx / alteryx-ui

MIT License
6 stars 1 forks source link

@alteryx/ui@1.3.0 throws deprecation errors #16

Closed AlionaSidarenkaTR closed 1 year ago

AlionaSidarenkaTR commented 3 years ago

@alteryx/ui@1.3.0 component ListBox/ListBoxActionBar uses justify property for Grid, but it is deprecated (justifyContent should be used instead). This leads to this console.error image

Also @alteryx/ui/styles/colorManipulator uses fade function, this also leads to deprecation error: image

My package.json: image

jordan-quinn-alteryx commented 3 years ago

Hey Aliona!

These deprecation warnings are known issues and won't be fixed until the next major for Alteryx UI. That's coming sometime soon. (:

Thanks for logging this issue and we'll let you know as soon as the major is released.

AlionaSidarenkaTR commented 3 years ago

Thanks, @jordan-quinn-alteryx