Michaël
Results
2
comments of
Michaël
@joshwreford I'm fairly new this api but have you tried something like this? ```js const old = api.accessToken api.accessToken = 'your-page-token' // make call to get ig pages // then...
I'm also having this issue, both `Link` and `NavLink`. While trying to debug, i noticed that it works when there is no fetch call in the loader; which i solved...