Ondrej Kratochvil

Results 5 comments of Ondrej Kratochvil

I have the same error. Maybe a bug in esm.sh? @ije In the `.aleph/production/` directory there's file called `popper.js.client.js`, not `popper.client.js`. Simple code to reproduce: ```js import React from 'react';...

Related to https://github.com/postui/esm.sh/issues/63

@HenryRLee Regarding the enforceGlobalSecurity for every class, I would have to call it at the beggining of every AuraEnabled method, every trigger, batch, web service..., right? Or I could have...