-
Hi, I think this repo is not fully prepared to creating your own build of vulcan project.
After cloning this repo on my local machine, first thing I do was of course `npm install` but then as VulcanJ…
-
Mup fails at the last step of deployment. I am using VulcanJs.
Mup version
1.4.3
Mup config
```
{
"servers": {
"one": {
"host": "1.2.3.4",
"username": "root",
"pass…
-
Hi,
I run the steps from the README and I get this error at the last step.
```
W20171111-10:35:31.616(-5)? (STDERR) Error: Fragment "UsersCurrent" registered, but not initialized.
W20171111-10…
-
Hi,
I encounter an hydrate issue when running my app in production (related to apollo or redux I guess?). The issue appeared widly after adding some collections/updating schemas, seemingly for no re…
-
Hi,
I am building an input based on `react-select`. I'd like to set the `optionRenderer` props, which expects a React stateless component.
The best solution would be to put it in the `form` attrib…
-
What's the proper way to retrieve the store, created with the **configureStore** method in the **vulcan-lib** package, from anywhere?
-
Is it possible to update settings.json file?
I am using VulcanJS and want to open simple_settings.json file in a modal with editing feature and then update.
How to do this?
ghost updated
7 years ago
-
Hi, this is a great initiative!
I'm having trouble getting it to work on either of two existing Vulcan sites. Here's the dump:
```
$ vulcan list packages
events.js:182
throw er; // Unhandle…
-
Facebook's suggestion for HOCs is to not put them into render.
https://reactjs.org/docs/higher-order-components.html#dont-use-hocs-inside-the-render-method
I am going to change it as soon as I u…
-
Hi I am pretty new at Vulcan JS and moving through with Movies Example. When I try to export my component I got error as in title
> Fragment BooksItemFragment registered but not initialized
Her…