You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for me querySelector in App.js (line 166 and 223) does not work and thus the live-refresh in devmode is not woring. It returns null... I replaced it with a the following function:
We have recently been actively updating the Derby and Racer packages, and both repos are now in Typescript and published with types on npm. As we have quite a few old issues open we have made the decision to close out of date issues.
If this issue still matters to you we encourage reproducing against the current versions of the repo and opening a new issue.
Hi,
for me querySelector in App.js (line 166 and 223) does not work and thus the live-refresh in devmode is not woring. It returns null... I replaced it with a the following function:
Respectively calling:
166 return this.selectElement('script','src','/derby/' + this.name)
223 var styleElement = app.selectElement('style','data-filename',data.filename);
Regards,
Chris
The text was updated successfully, but these errors were encountered: