Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: remove antiflicker as it is causing blank screen
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-deriv committed Apr 24, 2024
1 parent d1125f0 commit d85b9c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/gatsby-theme-deriv/gatsby-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export const onClientEntry = () => {
: process.env.GATSBY_RUDDERSTACK_PRODUCTION_KEY,
growthbookOptions: {
navigate: (url) => navigate(url, { replace: true }),
antiFlicker: false,
navigateDelay: 0,
},
})
Expand Down

0 comments on commit d85b9c6

Please sign in to comment.