Results 3 issues of David Katz

The following code creates a notification using `dash_mantine_components.Notification`, with a `dcc.Clipboard` as its icon. Since `dash` version `2.15.0`, the clipboard functionality appears to be broken. It seems that this issue...

### Feature or Bugfix - Bugfix ### Relates - https://github.com/aws/aws-sdk-pandas/issues/2794 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

**Describe the bug** After upgrading Dash `2.18.2` to `3.2.0` and Dash Mantine Components (DMC) `0.12.0` to `2.3.0`, I noticed a significant slowdown when using `MantineProvider`. In DMC `0.12.0`, the app...

bug
P3