Semaphor
Semaphor
Any reasons why the commit which is solving this isnt released yet?
@Mootook It would be great if you could provide a repository with your suggested workaround :)
> Are you using Amplify JavaScript or using AWS SDK? I believe your issue is related to the AWS SDK instead of Amplify JS. Can you confirm? @sammartinez I am...
I think to be reprouced relates to a maintainer who needs to reproduce this. I have already submitted a reproduction repository... Moreover the label Amplify UI Components is wrong, too...
Hello, it is possible to configure purgecss to only hold on to the tailwindclasses needed by your stencil component. ``` // stencil.config.js ... import { postcss } from '@stencil/postcss'; import...
Can confirm that @RyuNIshimura solution is working in a project using mixed inline and img-tag svgs. Thank you!
I think it is worth putting this into the FAQ section :)
Hello, we just switched from highcharts to victory and our android users report heavy performance regressions even crashing the app :/ we have about 120 data points on a victory...
For the time being you can patch the node_module (@storybook/addon-docs/dist/shims/mdx-react-shim.js) with `export * from '@mdx-js/react';`
Just update the functions in the proposed solution to match your logic. For having full control over the ticks you can use [tickValues prop](https://formidable.com/open-source/victory/docs/victory-axis#tickvalues)