Merge remote-tracking branch 'origin/main' into arrow-heads-fallback-color

This commit is contained in:
Alessandro
2025-07-29 12:24:35 +02:00
3 changed files with 8 additions and 2 deletions
@@ -28,7 +28,7 @@ export const MarkerSymbols = {
[MarkerType.ArrowClosed]: ArrowClosedSymbol,
};
export function useMarkerSymbol(type: MarkerType) {
export function useMarkerSymbol(type: MarkerType | `${MarkerType}`) {
const store = useStoreApi();
const symbol = useMemo(() => {