Reactjs – How do I remove the flicker on Stripe Pricing Tables
I am using the Stripe Pricing Table, but it flickers into view. How can I stop the flicker and remove the animation? And this is my React page: import { Shell } from '@/components/shells/shell' import { getSessionUser } from '@/lib/db/users'…