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,
I'm trying to get this working but I get an error:
TypeError: options.packed is undefined[Learn More]
I've tried it with a selector:
const instance = Bricks({ container: "#case-wrapper a" });
and also a direct node for the parent:
const instance = Bricks({ container: document.getElementById("case-wrapper") });
What am I doing wrong?
TIA
Andy
The text was updated successfully, but these errors were encountered:
Your missing the "packed" option
const instance = Bricks({ container: "#case-wrapper", packed: 'data-packed', });
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm trying to get this working but I get an error:
I've tried it with a selector:
and also a direct node for the parent:
What am I doing wrong?
TIA
Andy
The text was updated successfully, but these errors were encountered: