Nolan Lawson

Results 864 comments of Nolan Lawson

@mrego Is your main concern with the name "reflection"? In the explainer, this is sometimes called "exporting."

Do we want a custom `*Callback` for this? Ala [form-associated custom element callbacks](https://web.dev/more-capable-form-controls/#lifecycle-callbacks)?

These are all great points and worth bikeshedding on (seriously!). Some of my thoughts: > Names are too long / improve legibility Legibility is great, but let's avoid reinventing the...

Does it work if you run `yarn && yarn test && yarn test:karma && DISABLE_SYNTHETIC=1 yarn test:karma`? Curious whether it actually works across both synthetic and native shadow.

I looked into this a bit further. What makes this complex is that we have a compile-time check to ensure you don't have duplicate slots in the same template: ```html...

Fixed by https://github.com/salesforce/lwc/pull/4216

I looked into this, and it's generalizable beyond `@api` – we do not support reactivity at all for private properties. [Live example](https://stackblitz.com/edit/salesforce-lwc-d7ocbk?file=src%2Fmodules%2Fx%2Fapp%2Fapp.js&title=LWC%20playground) E.g. this does not work: ```html {yolo} ```...

Hi @SourabhMulay could you please sign the CLA as mentioned above? Thanks! 🙇