Zoran Babic

Results 2 comments of Zoran Babic

If you are asking about this placeholder ![placeholder](https://user-images.githubusercontent.com/5425495/69342823-aa37b400-0c6c-11ea-8f27-087c3d05707e.png) You can do this by updating the handlers ``` export const modules = { toolbar: { handlers: { link: function(value: string) {...

I ran into a similar issue. We are using `pnpm` in our project, which doesn't install peer dependencies automatically. The `weaviate` SDK package has a dependency to `graphql-request` which has...