Frédéric Vilcot

Results 11 comments of Frédéric Vilcot

Hi there, I am facing the same issue in **Docs** section: component is unmounted / re-mounted after args update, which causes some components used in the decorator to be re-rendered....

@tmeasday Turning on `features.modernInlineRender` in `.storybook/main.ts` immediately solves this issue, as you predicted above: ```typescript module.exports = { stories: ['../stories/**/*.stories.mdx', '../stories/**/*.stories.@(ts|tsx)'], addons: ['@storybook/preset-scss', '@storybook/addon-links', '@storybook/addon-essentials'], features: { modernInlineRender: true }...

Hey guys, is there any progress on this PR or any other possible fix for the conflict between `dom` and `nodejs` types for the `Blob`? Pointing the `Blob` interface from...

Thank you @thw0rted for your quick return :) While waiting for a possible fix on the TS side, is there a workaround to overcome this issue without having to re-cast...

@ccamel What about this PR? I think we shouldn't leave PRs open for too long, let me know 😌

@antho31 @ccamel This PR is linked to the web app boilerplate, that is a private repository with code that must be first improved and then validated by product team /...

I convert this PR to draft because we have decided with @lionel95200x to : - move type guards logic that will handle errors into dedicated `manager-core-api` library - move UI...

I convert this PR to draft because we have decided with @lionel95200x to : - move type guards logic that will handle errors into dedicated manager-core-api library - move UI...

I convert this PR to draft because we have decided with @lionel95200x to : - move type guards logic that will handle errors into dedicated manager-core-api library - move UI...

@lionel95200x @MaximeBajeux I guess you could close this PR?