thebpmgroup

Results 9 comments of thebpmgroup

Any chance you can give an example of what a "good" array would look like? Looking at the code and trying to guess is taking me nowhere fast.

I tried flattening out the json a bit to give : {"taxonomy_id":"1","taxonomy":"test taxonomy updated","parent_taxonomy_id":null,"created":"2019-07-30 15:14:05","updated":"0000-00-00 00:00:00","active":"1"} Now I get this error : ERROR TypeError: Cannot read property 'map' of **undefined**...

I came up with this which works but is quite long winded ``` interface ITabState { schemas: boolean; responses: boolean; } type TabKeys = keyof ITabState; const Components = (props:...

I don't really think that's an answer. I can read codemirror 6's documenation until the end of time, but it still won't guide me on how to get this working....

```extensions={[autocompletion({override: [myCompletions]})]}``` That's the magic right there

That looks like the same code as in the walkthrough, which doesn't work. It is referencing paths that do not exist. ``` import "codemirror/keymap/sublime"; import "codemirror/theme/monokai.css"; ``` Neither of these...

It looks like it is codemirror itself that is broken. There was a version 6.0.1 published 14 days ago that has really screwed the pooch. Downgrading to 5.65.6 gets things...

Thank you so much, that is exactly what I needed!

How does this work for manifest v3?