Simon Alling
Simon Alling
Same issue with `[email protected]`: ```js const HtmlWebpackPlugin = require("html-webpack-plugin") const SpeedMeasurePlugin = require("speed-measure-webpack-plugin") const smp = new SpeedMeasurePlugin() module.exports = smp.wrap({ plugins: [ new HtmlWebpackPlugin(), ], }) ``` ``` (node:34911)...
And with `[email protected]`. The error is different though (`PROCESS_ASSETS_STAGE_ADDITIONS` instead of `PROCESS_ASSETS_STAGE_OPTIMIZE_INLINE`): ``` (node:35340) [DEP_WEBPACK_COMPILATION_NORMAL_MODULE_LOADER_HOOK] DeprecationWarning: Compilation.hooks.normalModuleLoader was moved to NormalModule.getCompilationHooks(compilation).loader (Use `node --trace-deprecation ...` to show where the warning...
Thanks for the quick reply! > @SimonAlling tbh Playground intention was never the one you described. It's purpose was to ease testing and showcasing of the component. I thought so....
I see! Let the issue be closed then, but I'm not sure I have too much to add to the discussion in #265; I'm not _that_ familiar with React. :sweat_smile:...
> Also, if for you this is a real problem and priority, I mean using playground in app, if you could create a repository that I could download and test...
Many thanks, @magicmatatjahu! I also experimented for a while but couldn’t figure out a better solution, so I’ll probably roll with it until the Studio is available. 🙂
> ```tsx > componentDidMount() { > setTimeout(() => { > this.setState({ afterFirstRender: true, }) > }, 100); > } > ``` > > So I wait 100msc after first render...
Second that. Same use-case here. Could even be part of the `@asyncapi/react-component` package, as far as I'm concerned.
My description of the discussion in #124 as going off-topic wasn't meant as critique in any way. I just wanted to give context for this issue, and the discussion in...
Status, @RamyasreeChakka?