Vincent van Leeuwen

Results 3 comments of Vincent van Leeuwen

Great solutions worked for me! If you're using next you should have access to `async / await` which makes this syntax a bit nicer imho: ``` export const trackFbPageView =...

@daneburns Thanks for responding! Unfortunately I still have the same issue after upgrading to `1.10.0`. Which next version are you using?

@jhkersul yeah I think the problem was that i was loading in stripe library client side, since the routing was client side and stripe was imported first time on that...