We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. hui-error-card has become more picky about it's interface, so errors aren't displaying correctly...
The variable config needs to be renamed origConfig here: https://github.com/custom-cards/vertical-stack-in-card/blob/master/vertical-stack-in-card.js#L35-L39
config
origConfig
The text was updated successfully, but these errors were encountered:
Trying to use this card and struggling. Do you mean like this:
const _createError = (error, config) => { return _createThing("hui-error-card", { type: "error", error, origConfig,
Sorry, something went wrong.
Both places
const _createError = (error, origConfig) => { return _createThing("hui-error-card", { type: "error", error, origConfig, }); }
d0cb3bf
No branches or pull requests
Hi.
hui-error-card has become more picky about it's interface, so errors aren't displaying correctly...
The variable
config
needs to be renamedorigConfig
here:https://github.com/custom-cards/vertical-stack-in-card/blob/master/vertical-stack-in-card.js#L35-L39
The text was updated successfully, but these errors were encountered: