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
feat: update dependencies and fix "No type class instance was found"
error after addition of MutableBuffer class
purescript-node/purescript-node-buffer#33
```
No type class instance was found for
Node.Buffer.Class.MutableBuffer t2
Effect
The instance head contains unknown type variables. Consider adding a type annotation.
while applying a function fromString
of type MutableBuffer t0 t1 => String -> Encoding -> t1 t0
to argument "Not Found"
while inferring the type of fromString "Not Found"
in value declaration serveFilesAndGet
```
0 commit comments