home.social

#referenceerror — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #referenceerror, aggregated by home.social.

fetched live
  1. I'm getting this "ReferenceError: compareUrls is not defined" when trying to access my home feed now that #collections are available. Anyone else seeing this?

    stems from a JS file in mastodon.online/packs starting with status_quoted... js file.

    @Mastodon

    #mastodon #ReferenceError #compareUrls #error #starterpacks

  2. I'm getting this "ReferenceError: compareUrls is not defined" when trying to access my home feed now that #collections are available. Anyone else seeing this?

    stems from a JS file in mastodon.online/packs starting with status_quoted... js file.

    @Mastodon

    #mastodon #ReferenceError #compareUrls #error #starterpacks

  3. I'm getting this "ReferenceError: compareUrls is not defined" when trying to access my home feed now that #collections are available. Anyone else seeing this?

    stems from a JS file in mastodon.online/packs starting with status_quoted... js file.

    @Mastodon

    #mastodon #ReferenceError #compareUrls #error #starterpacks

  4. I'm getting this "ReferenceError: compareUrls is not defined" when trying to access my home feed now that #collections are available. Anyone else seeing this?

    stems from a JS file in mastodon.online/packs starting with status_quoted... js file.

    @Mastodon

    #mastodon #ReferenceError #compareUrls #error #starterpacks

  5. I'm getting this "ReferenceError: compareUrls is not defined" when trying to access my home feed now that #collections are available. Anyone else seeing this?

    stems from a JS file in mastodon.online/packs starting with status_quoted... js file.

    @Mastodon

    #mastodon #ReferenceError #compareUrls #error #starterpacks

  6. typeof Never Throws Error?!

    typeof is INDESTRUCTIBLE! It works on undeclared variables WITHOUT throwing ReferenceError. Both declared undefined AND never-declared return 'undefined'. You can't tell them apart! This is INSANE!

    #javascript #javascripttricks #typeof #undeclaredvariables #referenceerror #javascriptweird #javascriptquiz #codingchallenge #javascriptshorts #javascriptwtf #typechecking #advancedjavascript

    youtube.com/watch?v=vPABx2rdJ54

  7. typeof Never Throws Error?!

    typeof is INDESTRUCTIBLE! It works on undeclared variables WITHOUT throwing ReferenceError. Both declared undefined AND never-declared return 'undefined'. You can't tell them apart! This is INSANE!

    #javascript #javascripttricks #typeof #undeclaredvariables #referenceerror #javascriptweird #javascriptquiz #codingchallenge #javascriptshorts #javascriptwtf #typechecking #advancedjavascript

    youtube.com/watch?v=vPABx2rdJ54

  8. typeof Never Throws Error?!

    typeof is INDESTRUCTIBLE! It works on undeclared variables WITHOUT throwing ReferenceError. Both declared undefined AND never-declared return 'undefined'. You can't tell them apart! This is INSANE!

    #javascript #javascripttricks #typeof #undeclaredvariables #referenceerror #javascriptweird #javascriptquiz #codingchallenge #javascriptshorts #javascriptwtf #typechecking #advancedjavascript

    youtube.com/watch?v=vPABx2rdJ54

  9. typeof Never Throws Error?!

    typeof is INDESTRUCTIBLE! It works on undeclared variables WITHOUT throwing ReferenceError. Both declared undefined AND never-declared return 'undefined'. You can't tell them apart! This is INSANE!

    #javascript #javascripttricks #typeof #undeclaredvariables #referenceerror #javascriptweird #javascriptquiz #codingchallenge #javascriptshorts #javascriptwtf #typechecking #advancedjavascript

    youtube.com/watch?v=vPABx2rdJ54

  10. Weird error on #Safari v15 + #Angular 15 : App crashing before starting with error ' #ReferenceError can't find variable <blah> in WEBPACK_IMPORTED_MODULE'

    After reading half of #StackOverflow posts ended up here stackoverflow.com/questions/72 , replaced all "esnext" with "es2020" in all #tsconfig json files and all solved.
    #Typescript #development