Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

xfthhxk/nbb-protocol-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

nbb-protocol-issue

nbb eg.cljs

----- Error --------------------------------------
Message:  No protocol method IDeref.-deref defined for type null:
Location: /home/foo/nbb-protocol-issue/eg.cljs:6:1

----- Context ------------------------------------
2:   (:require ["@pulumi/pulumi" :as p]
3:             [goog.object]))
4:
5:
6: (extend-protocol ILookup
    ^--- No protocol method IDeref.-deref defined for type null:
7:   p/resource
8:   (-lookup
9:     ([o k]
10:      (if-some [v (goog.object/get o (clj->js k))]
11:        v

----- Stack trace --------------------------------
eg - /home/foo/nbb-protocol-issue/eg.cljs:6:1

No protocol method IDeref.-deref defined for type null:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published