arwes / arwes

Futuristic Sci-Fi UI Web Framework.

Home Page:https://arwes.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console show warning

hajirasyafi opened this issue · comments

console show warning :

Warning: Dots: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.

I'm using NextJS 13.4.3 with app directory

  • node 16.14.2
  • npm 8.5.0
  • OS : macOS Ventura 13.3.1

list dep :

"dependencies": {
    "@arwes/react": "^1.0.0-next.7",
    "@arwes/react-animated": "^1.0.0-next.7",
    "@arwes/react-animator": "^1.0.0-next.7",
    "@arwes/react-bgs": "^1.0.0-next.7",
    "@arwes/react-bleeps": "^1.0.0-next.7",
    "@arwes/react-core": "^1.0.0-next.7",
    "@arwes/react-frames": "^1.0.0-next.7",
    "@arwes/react-text": "^1.0.0-next.7",
    "@arwes/react-tools": "^1.0.0-next.7",
    "@types/node": "20.2.1",
    "@types/react": "18.2.6",
    "@types/react-dom": "18.2.4",
    "autoprefixer": "10.4.14",
    "eslint": "8.41.0",
    "eslint-config-next": "13.4.3",
    "next": "13.4.3",
    "postcss": "8.4.23",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "tailwindcss": "3.3.2",
    "typescript": "5.0.4"
  }
Jepretan Layar 2023-05-23 pukul 00 54 33

Hello @hajirasyafi !

If you want to contribute and remove the default props from all @arwes/react-bgs components (not just Dots), it would be great. Let me know if you want and have any questions. Otherwise, I'll work on this one for the next release.

Thank you for reporting!

Thanks for reply,
Im sorry, maybe for now i only reporting, because I'm still learning Typescript and react fundamental. I hope in future i can help your project.