Skip to content

3.19.4

Compare
Choose a tag to compare
@poulch poulch released this 21 Mar 11:36
· 137 commits to main since this release
5a41d18

馃 Fixes:

  • dd4e5f1: Fix "TypeError: Cannot read properties of undefined (reading '0')" error thrown by datagrid by stopping propagating events from RadioGroup component in ChannelsAvailability. RadioGroup fires couple of events at once and datagrid listing to global onClick event, which causes an error in datagrid by @poulch
  • e153911: Remove storybook by @krzysztofzuraw
  • 1a0f380: Add "ResizeObserver loop limit exceeded" to be ignored in Sentry. Error is thrown only during Cypress tests that will be soon migrated and we could remove error from ignored. by @poulch
  • 1b06dcf: Fixed broken link that points to app details when the user selects a method of tax calculation by @krzysztofzuraw
  • c153168: Enable source maps export to Senty by @poulch
  • cdd6fae: Add "ResizeObserver loop completed with undelivered notifications" to ignored in Sentry by @poulch