Howard Gil
Howard Gil
I have read the CLA Document and I hereby sign the CLA
Bump could definitely use this! Building an embedded chatbot and the host site's styles are leaking so this would prevent classname conflict. Should probably just implement a Shadow DOM instead.
Also need this change and wondering when it will be released!
@janbiasi dang I just realized the last publish to npm was in 2020 😲 . Haven't encountered this before do we just clone the repo then?
@janbiasi seems we can change our package.json to grab from the repo directly { "dependencies": { "preact-custom-element": "https://github.com/preactjs/preact-custom-element.git" } }
@janbiasi yooo we did it!! #84 hahaha
@janbiasi FYI there wasn't a subsequent change to the types for this change. It's simple but need to go through DefinitelyTyped's kinda thorough PR process. I'm just ignoring for now....
Also trying to accomplish this
I'm also here to request that ajv be updated! :) I've been getting the deprecation warning for a while now ``` (node:81876) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please...