Results 3 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...

Current implementation does not work on mobile devices - would be amazing to have it also work on touch events. What do you think?