#help

1 messages · Page 1 of 1 (latest)

late crownBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

scarlet pagoda
#

ERROR in resources/scripts/components/server/network/NetworkContainer.tsx:41:1
prettier/prettier: Replace ········ with ····
39 | if (!data) return;
40 |

41 | setServerFromState((state) => ({ ...state, allocations: data }));
| ^^^^^^^^
42 | }, [data]);
43 |
44 | const onCreateAllocation = () => {

ERROR in resources/scripts/components/server/network/NetworkContainer.tsx:42:3
prettier/prettier: Delete ··
40 |
41 | setServerFromState((state) => ({ ...state, allocations: data }));

42 | }, [data]);
| ^^
43 |
44 | const onCreateAllocation = () => {
45 | clearFlashes();

ERROR in resources/scripts/components/server/network/NetworkContainer.tsx:44:1
prettier/prettier: Delete ··
42 | }, [data]);
43 |

44 | const onCreateAllocation = () => {
| ^^
45 | clearFlashes();
46 |
47 | setLoading(true);

ERROR in resources/scripts/components/server/network/NetworkContainer.tsx:45:5
prettier/prettier: Delete ····
43 |
44 | const onCreateAllocation = () => {

45 | clearFlashes();
| ^^^^
46 |
47 | setLoading(true);
48 | createServerAllocation(uuid)

late crownBOT
scarlet pagoda