-
Hello
I am using VulcanJS and I want to show metadata using "HeadTags" component only for the home page.
How to do this?
ghost updated
6 years ago
-
Hi,
I am trying to sort a collection according to a resolved field. An example use case would be to sort Posts according to the comment recency. You would have smth like:
```js
{
fieldName: '…
-
Hi,
On a fresh install of, I get a long error message related to qraphQL schemas and maybe SSR. I have no idea what could cause this. Here is the full dump (it is long sorry). I am running on Meteo…
-
Sorry if this seems like a silly question, but
Is it possible to install without cloning this whole project (as it instructs us to do [here](http://docs.vulcanjs.org/#Install))?
-
I recently started with VulcanJS. Is it possible to create a sub-schema in Vulcan.
Something which simple schema supports.
```
const schema = new SimpleSchema({
name: String,
homeAddress:…
-
I'm getting this error coming from a fresh install
` "newsletterProvider": "mailchimp",
"mailchimp":
{
"apiKey": "",
"listId": "",
"fromName": "",
"fr…
publu updated
6 years ago
-
Hello guys, I don't know where to report this, either in Starter repo or here. Anyway, I will just put it here.
I noticed that the "Edit" and "Reply" cancel methods in CommentsItem.jsx file are not…
-
Hi,
I just publish the new version of my website based on a migration from VulcanJS 1.5 to VulcanJS 1.8 (example forum package).
I notice that the feed.xml,< link > tag, don't use absolute url b…
-
I am using the following packages in VulcanJS
`meteor npm install --save react-addons-pure-render-mixin`
`meteor add react-meteor-data`
`createContainer()` is not calling.
```
export defau…
ghost updated
7 years ago
-
When I attempt to use ```Components.ModalTrigger``` in this context (from the Movies example)
```
{Movies.options.mutations.edit.check(currentUser, movie) ?
: null…