-
Here's another potential idea @johno: What if MDX had everything inside {{}} be JS, kind of like a reverse of JSX? It'd be a similar concept to Mustache. Here's an example:
```
# This is a {{}}*he…
-
## Bug Report
**Current Behavior**
I created an app within a monorepo (Lerna) using yarn workspace and create-react-app ("react-scripts": "2.0.0-next.3e165448").
The architecture of the app is …
-
## Bug Report
**Docz version: 1.0.4**
**Related issue:** https://github.com/pedronauck/docz/issues/215
I'm trying to integrate docz in a project. In `mdx` file I import a component:
```
impor…
-
## Bug Report
**Describe the bug**
I just wanted to play with docz and check how it works. I've created sample component and sample page and I get this error:
```
WARNING Compiled with 1 wa…
-
### Which Renovate are you using? CLI, App, or Pro
App
### Which platform are you using? GitHub, GitLab, Bitbucket Azure DevOps
GitHub
### Have you checked the logs? Don't forget to includ…
-
## Question
How to pass custom config to react-docgen-typescript-loader ?
**Description**
Hi,
First of all, I love the project, much nicer experience than with styleguidist!
I'm trying to use i…
-
## The devDependency [prettier](https://github.com/prettier/prettier) was updated from `1.14.3` to `1.15.0`.
🚨 [View failing branch](https://github.com/omnious-dev/omnious-bundler/compare/master...o…
-
## Question
Hi,
I'm using webpack alias to target some util folders on my `.scss` files.
for example a `scss` file I'm using looks like this:
```
@import '~app/styles/variables';
.myModule {
…
-
## Is there a way to use css modules with docz?
**Description**
I'm using css modules with the webpack loader `css-loader`
here is a component for an exemple
```
import * as React from 'react…
-
My project created by [create-react-app-typescript](https://github.com/wmonk/create-react-app-typescript). I tried to import `.tsx` component but got 'This relative module was not found' message. I…