callmecavs / callmecavs/bricks.js

Doesn't want to work?

Open
#58 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.