Marko Klopets

Results 30 comments of Marko Klopets

The preferred way to access the map object is via the [Context API](https://github.com/alex3165/react-mapbox-gl/blob/master/docs/API.md#using-the-original-mapbox-api). However, I'm unsure about this specific issue...

Do you only get this on stackblitz or also in your local dev environment? It seems to me that it could somehow have to do with the module resolution. The...

you have previously opened issues in this repo – you had code that was at least somewhat working back then – do you get the same issue now when you...

All was perfect until I updated my vim plugins today, now syntax highlighting breaks after using generics in `.tsx` files: In a .ts file: ![image](https://user-images.githubusercontent.com/3150328/44990945-5c695a00-af9b-11e8-8b0e-90510044a0ec.png) In a .tsx file: ![image](https://user-images.githubusercontent.com/3150328/44990972-6c813980-af9b-11e8-83b7-8dd2fb2f86ee.png)...

``` interface A { hello: Promise } interface Props {} // does not get highlighted in .tsx ``` .ts: ![image](https://user-images.githubusercontent.com/3150328/44993831-a440af00-afa4-11e8-93ee-b0048590b992.png) .tsx: ![image](https://user-images.githubusercontent.com/3150328/44993851-b6bae880-afa4-11e8-92fc-4c97820447be.png)

`:call SynStack()` on the `string` - in .tsx: `['foldBraces', 'tsxRegion', 'tsxTag', 'tsxIntrinsicTagName']` - in .ts: `['foldBraces', 'typescriptType']` to confirm, the plugin is at 2ae4c9b for me (thanks for the super...

Irregardless of foldBraces, surely the generic shouldn't be labeled as a tsx tag?

The easiest way would be just to use an `iframe` here. Ideally, this would have a `maximize` button, though (which is why I didn't immediately open a PR) ![2022-12-03 17...

FWIW: I think this same issue also applies to the "book"!

Opened a PR to move both 🤷