-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
bugSomething isn't workingSomething isn't working
Description
That seems to have gotten us past that error, but now:
Property 'get' does not exist on type 'ICollaborativeContentProvider'.
🤔
Hmm the implementation actually does have a get()
method. This is due to the interface of ICollaborativeContentProvider
not inheriting from IContentProvider
. I think we may want to expose it if this is desirable.
Originally posted by @krassowski in geojupyter/jupytergis#848 (comment)
export interface ICollaborativeContentProvider { |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working