Joan Mira

Results 33 comments of Joan Mira

Not working in v18 Build 107

Maybe switching off the SW when the user clicks on the logout button would fix the issue? How can I switch off the SW? There's no `uninstall` method

@NekR Thanks, I've read your article and the readme of the Webpack version of the self-destroying plugin. I understand that I have to load it in my webpack config using:...

Sorry, I don't understand your last comment. I find some sentences a bit contradictory. I was expecting this scenario (a website that requires authentication) to be quite common, but it...

Yeah, same for me: @soullivaneuh @gsingh1370 @DominicTobias have you managed to make the props work?

Thanks, at the end, with lodash/set, the props work fine: ``` import set from 'lodash/set'; import React, { ReactNode } from 'react'; import { useDarkMode } from 'storybook-dark-mode'; export const...

I can confirm that this issue is also happening for me in beta-2 and beta-3

@rkit it seems the issue I'm experiencing is related with the `data` property. Whenever my component rerenders with new data, that's when the app freezes. Could it be the `shallowEqualFuzzy`?...

This is the log of what's happening when the page loads again: ``` componentWillUnmount Select2.js?54eb:164 destroySelect2 Select2.js?54eb:189 detachEventHandlers Select2.js?54eb:80 componentWillUnmount Select2.js?54eb:164 destroySelect2 Select2.js?54eb:189 detachEventHandlers Select2.js?54eb:80 componentWillUnmount Select2.js?54eb:164 destroySelect2 Select2.js?54eb:189 detachEventHandlers...