Open
Description
In the SSR compiler/runtime, we should have a parallel API like setHooks
to enforce lwc:inner-html
validation. It should throw an error at runtime if setHooks
is not called, and use the hook if it is called.
Related: #4442 . We are considering removing it, but for now this is how @lwc/engine-server
behaves.
Activity