christiandavid / gatsby-theme-byfolio

A simplified way to create a portfolio using GatsbyJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug when user switch between links

leonidkuznetsov18 opened this issue · comments

STR:

  1. Click to the hamburger menu
  2. Click to Menu item
  3. Open terminal
    image

Similar issue I have.
If I want to go to another page, it shows blank page. The chrome console shows this.

image

for the fix, this bug needs to install package gsap.
npm i -D gsap

Hey MrChe, it works like a magic! Thank you.
In addition, can you please explain the reason why I need gsap for those issues?

Thank you @MrChe and @tkCong I just solved it