Update to latest material ui, fortawesome, etc.
I've started a fork with the @aperturerobotics/ prefix to update chonky: https://github.com/aperturerobotics/react-chonky/tree/aperture
Currently have upgraded all packages, migrated to latest mui, and updated the icons package.
Hi @paralin!
Thank you for doing this, I have been looking for an updated package; I was wondering how can I use this updated version in my project. I am currently using the version 2 of Chonky.
Thank you :)
@tinanemati You can use the forked version by replacing imports of chonky with the fork @aperturerobotics/chonky.
See: https://github.com/aperturerobotics/react-chonky/tree/master#usage
Hope that helps.
Thank you :)
@paralin sorry quick question, do I need to update anything here? if so what should I change it to?
import { setChonkyDefaults } from "chonky";
import { ChonkyIconFA } from "chonky-icon-fontawesome";
import { FullFileBrowser } from "chonky";
import { ChonkyActions, FileHelper } from "chonky";
@tinanemati
import { setChonkyDefaults } from "@aperturerobotics/chonky";
import { ChonkyIconFA } from "@aperturerobotics/chonky-icon-fontawesome";
import { FullFileBrowser } from "@aperturerobotics/chonky";
import { ChonkyActions, FileHelper } from "@aperturerobotics/chonky";