We have added a hotfix for the pricing table component because it didn't render the users currency but always showed USD.
This hotfix causes the component to being rendered on the client which causes the page to flicker.
We should only render the pricing string on the client and everything else on the server.
We have added a hotfix for the pricing table component because it didn't render the users currency but always showed USD.
This hotfix causes the component to being rendered on the client which causes the page to flicker.
We should only render the pricing string on the client and everything else on the server.