Results 2 issues of jonathanlal

Unable to try out this corporate template and the blog template because of an error installing the fortawesome dependency. ``` npx create-strapi-starter my-project next-blog npx create-strapi-starter my-project next-corporate ``` Gives:...

If you use `createTheme()` inside a HOC and then change the values - the theme doesn't update: ``` export const ProjectProvider = ({ customTheme }: {customTheme: ConfigType.Theme}) => { const...