Hayk Safaryan

Results 7 comments of Hayk Safaryan

Guys were you able to make the includes work? I try it like this with no success here is how I run typedoc `"typedoc --out ./doc/ ./src --externalPattern '**/node_modules/**' --ignoreCompilerErrors...

Having similar issue here, I just added the plugin, and ran `gatsby develop`, then this happens ![image](https://user-images.githubusercontent.com/9801183/86972364-e3814d80-c183-11ea-9737-5158f108ab68.png) I tried clearing cache with `gatsby clean` but doesn't help. So I am...

@plxmargaux , @Diegslapasteque any workaround you came with guys?

Can I rename already created lib somehow, or I need to create a new project?

same issue here ``` type TProps = { someKey: Object } class MainWrapper extends React.Component { render() { const { someKey } = this.props } } ``` someKey is declared...

@manohards29 , just wondering if you got to solve this?

Have same issue with `withThemeFromJSXProvider`. Only did `npx storybook@latest add @storybook/addon-themes` and imported my themes ```tsx import type { Preview } from "@storybook/react"; import { CssBaseline, ThemeProvider } from "@mui/material";...