callmecavs / callmecavs/bricks.js
Doesn't want to work?
Open
- Dominant language
- JavaScript
- Stars
- 4.6k
- Forks
- 191
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.