You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after a yarn install, I can't start or build the app and I get the following message :
./src/components/PageTreeView/TreeNode.tsx
Line 11:1: `react` import should occur before import of `../SortableTree` import/order
Line 12:1: `classnames` import should occur before import of `../SortableTree` import/order
Line 13:1: `react-use` import should occur before import of `../SortableTree` import/order
Line 14:1: `@fortawesome/react-fontawesome` import should occur before import of `../SortableTree` import/order
Line 15:1: `@fortawesome/free-solid-svg-icons` import should occur before import of `../SortableTree` import/order
Search for the keywords to learn more about each error.
This looks close to this issue #1 but it was closed without any feedback.
Any idea ?
best regards
The text was updated successfully, but these errors were encountered:
Hello,
after a
yarn install
, I can't start or build the app and I get the following message :This looks close to this issue #1 but it was closed without any feedback.
Any idea ?
best regards
The text was updated successfully, but these errors were encountered: