welovedevs / react-ultimate-resume

💼 🎨 A modern software developer resume built with React and JSONResume
https://welovedevs.com/react-ultimate-resume
GNU Affero General Public License v3.0
2.12k stars 625 forks source link

[BUG] App broken on a fresh install #52

Closed pixelmord closed 3 years ago

pixelmord commented 4 years ago

As mentioned in my comment in #48 I could get the App build and started after solving the @babel issue. However, then I ran into another error, that causes the app to not render the card's contents. For every card type the console shows the following error:

Warning: useLayoutEffect received a final argument that is not an array (instead, received `object`). When specified, the final argument must be an array.
    in ProfileCardComponent (at projects_card.jsx:42)
    in ProjectsCardComponent (created by CardsComponent)
    in div (at cards.jsx:60)
    in div (at cards.jsx:59)
    in CardsComponent (at profile.jsx:131)
    in div (at profile.jsx:122)
    in DeveloperProfileComponent (at profile.jsx:172)
    in IntlProvider (at profile.jsx:171)
    in ThemeProvider (at profile.jsx:170)
    in WithProvidersDeveloperProfile (created by Context.Consumer)
    in injectIntl(WithProvidersDeveloperProfile) (at App.jsx:51)
    in App (at src/index.jsx:12)
    in StylesProvider (at src/index.jsx:11)

I worked on a fresh install using node LTS 12 and yarn

clementdevos commented 4 years ago

Hey there i think it's related to this. https://github.com/welovedevs/react-ultimate-resume/issues/48

We're waiting on a stable version of react-spring to update everything and fix...

clementdevos commented 3 years ago

Closing this in favor of #48