nihiluis

Results 5 issues of nihiluis

For some reason models.d.ts can't be resolved. The editor (VSCODE) resolves it fine though. ![Image of Yaktocat](https://i.imgur.com/b5kmcce.png) ```ERROR in ../ui/index.ts Module not found: Error: Can't resolve './typings/models' in '/mnt/windows/code/work/frontend/ui' @...

I have a test.md with this content: `https://jaspervdj.be/lorem-markdownum/markdown.txt` the pdf export prepends one empty site to the actual page. I'm using the material theme and downloaded mkdocs today. is this...

See this error ``` 🚨 store.tsx(22,7) Cannot find name 'process'. 21 | let enhancers = applyMiddleware(...middlewares) > 22 | if (process.env.NODE_ENV !== "production") { | ^^^^^^^ 23 | enhancers =...

I add dialog C in story A. Press ctrl + s to save. Load story B. Load story A. Dialog C gone. Confused. Only solution: use save as always.

https://github.com/reactjs/react-router-tutorial/tree/master/lessons/09-index-links I fail to understand this. IndexLink doesn't exist and adding the active prop doesn't seem to be doing anyhting. How does it work in v4?