Xiaoyi Chen

Results 17 comments of Xiaoyi Chen

@ggoodman Inline styles are discussed in https://github.com/xyc/react-object-inspector/issues/4 - `disableInlineStyles` could be an option - or add theme props for customization For now, you can fork the repo and change inline...

Hey @artalar this is a great issue. Thanks for reporting it! Ideally we should support a configuration for local typescript, and fallback to use the preinstalled extension typescript. Recently I...

@gpbl This extension actually *can* import from `node_modules`. I believe this specific to storybook's MDX implementation. If you just put `Label` in the above example and remove the `@storybook/addon-docs/blocks` stuff...

https://www.npmjs.com/package/@babel/plugin-transform-logical-assignment-operators this might need to be added to [babel transpiler](https://github.com/xyc/vscode-mdx-preview/blob/master/packages/extension/transpiler/babel.ts)

I have this issue as well with MAS (Mac App Store) build containing a pyinstaller binary built with `--onefile`. If it's built into a directory it works fine.

Do you mind making a codesandbox repro?

Thanks @grimen . Maybe you can still make a pull request :) We (or someone who has got the time) can rewrite the parts later.

Yeah that's an option. But, `create-react-context` uses `componentWillReceiveProps` under the hood

Make sense, I'll try it if it's stable enough for production