solidjs / solid-refresh

MIT License
86 stars 18 forks source link

Make `name` and `location` accessible through component proxy #41

Closed thetarnav closed 1 year ago

thetarnav commented 1 year ago

Currently the proxy blocks access to name and location properties that are added to HMRComp function. https://github.com/solidjs/solid-refresh/blob/c7bc649cdf3588853b3e5f6cb19ffc454a6c3bbf/src/runtime/create-proxy.ts#L50-L53