Sven

Results 17 comments of Sven

Thanks for reporting the issue. I don't have much time to work on this project, but happy to merge any pull request.

Hi @bartlomiejzuber, I've tried with the latest version of CRA, and it works fine. I can't reproduce your problem. If you can isolate this issue in a simple project, I...

Hi @YuriGor and thanks for the feedback. I've started a PR, added the `slugger` option, and write the test. But then I've realized the existing tests are using `mongoose.plugin(..)` at...

Hi @YuriGor no worries, I don't have much time neither on my side.

Here is the PR: https://github.com/talha-asad/mongoose-url-slugs/pull/40 thanks

I've done a port of this project on both material-ui and bootstrap if anyone is interested: https://github.com/fullstack-rocket/gatsby-starter-netlify-cms-materialui https://github.com/fullstack-rocket/gatsby-starter-netlify-cms-bootstrap

I've just released a port on Tailwind CSS: https://github.com/fullstack-rocket/gatsby-starter-netlify-cms-tailwindcss First project with tailwind, I've really loved using it.

I've got same issue, and fixed it by removing the defaults from withClientState(), and writing them directly in the apollo cache. Here is my code: ``` const DEFAULT_STATE = {...

Also, could you update the README file ? thx

Hey @timqian here is the PR #48 thanks