Problem with react components

I don't fully understand how it works, and what am I doing wrong?
No description
No description
35 Replies
Зеля
ЗеляOP16mo ago
@Emma
Emma
Emma16mo ago
No need to ping me. If I don't reply instantly I'm usually not available.
Зеля
ЗеляOP16mo ago
:<
Emma
Emma16mo ago
Could you send over your Components.yml file? You appear to be using a mix of 4-space and 2-space indentation which might be hard for the YAML parser to work with.
Зеля
ЗеляOP16mo ago
._. there was such an error, I fixed it, the problem did not go away
Emma
Emma16mo ago
You are missing a comma before the "Type" definition
Зеля
ЗеляOP16mo ago
No description
Зеля
ЗеляOP16mo ago
No description
Emma
Emma16mo ago
It looks like you are making use of mods that aren't made with Blueprint, resulting in this error.
Зеля
ЗеляOP16mo ago
which ones exactly?
Зеля
ЗеляOP16mo ago
No description
Emma
Emma16mo ago
Nevermind, it was Simple Footers lmao either way uhhh
Зеля
ЗеляOP16mo ago
Зеля
ЗеляOP16mo ago
@Emma here are all the files. admin.view is there, I just forgot to add it to the archive
Зеля
ЗеляOP16mo ago
Зеля
ЗеляOP16mo ago
all the files are in place here
Emma
Emma16mo ago
im unable to open these files here, could you make sure you defined a components folder in conf.yml?
Зеля
ЗеляOP16mo ago
info:
name: "fox"
identifier: "fox"
description: "fox"
flags: ""
version: "1.0"
target: "beta-A428-2"
author: "zelear"
icon: ""
website: ""

admin:
view: "admin/view.blade.php"
controller: ""
css: ""
wrapper: ""

dashboard:
css: ""
wrapper: ""
components: "components"

data:
directory: ""
public: ""

database:
migrations: ""
info:
name: "fox"
identifier: "fox"
description: "fox"
flags: ""
version: "1.0"
target: "beta-A428-2"
author: "zelear"
icon: ""
website: ""

admin:
view: "admin/view.blade.php"
controller: ""
css: ""
wrapper: ""

dashboard:
css: ""
wrapper: ""
components: "components"

data:
directory: ""
public: ""

database:
migrations: ""
Зеля
ЗеляOP16mo ago
No description
Emma
Emma16mo ago
does the Working with components template work?
Зеля
ЗеляOP16mo ago
it builds with errors.
Emma
Emma16mo ago
which are?
Зеля
ЗеляOP16mo ago
No description
Зеля
ЗеляOP16mo ago
No description
Зеля
ЗеляOP16mo ago
and the whole panel still doesn't work
Emma
Emma16mo ago
Could you figure out the steps to reproduce this error?
Зеля
ЗеляOP16mo ago
I don’t know what the error is, where it comes from and why
Emma
Emma16mo ago
I don't know either
Зеля
ЗеляOP16mo ago
and what should I do?(
Emma
Emma16mo ago
Are you still facing this error?
Зеля
ЗеляOP15mo ago
Yes I'll try to reinstall the panel in the evening, I'll try again
Patrick
Patrick15mo ago
@Зеля looks like it might be an error with your react component Maybe Actually Might be a syntax error
Зеля
ЗеляOP15mo ago
This error is also produced by an example from the developer
Patrick
Patrick15mo ago
Oh

Did you find this page helpful?