I am working on a react nextjs project, and I suddenly ran into a SyntaxError: Unexpected token 'export' error.
I have read the solutions suggested here but I don't seem to understand it to correctly apply the suggested answers.
Is it something that has to do with nextjs compiling error?
How do I best resolve it?


import { BsInstagram } from "react-icons/bs";instead ofimport { BsInstagram } from "react-icons/all";