Alejandro Soto
Alejandro Soto
Checked the midnight js looks like on update headers function you are using translateZ which is known that IE does not support kind of 3d transforms well, so removing that...
Is fixed on this PR #27
Same here would be great the typescript support, I created a NextJS project with typescript but is complaining in ``` import { useGetStaticPaths, useGetStaticProps } from "next-slicezone/hooks"; ``` I added...
I'm having exact same issue with a next app we are migrating, we have some assets at repo root level, after moving from "@nrwl/next": "13.8.8", to "@nrwl/next": "14.8.3", the assets...
Is this change on npm ? I upgraded our backstage today but still not working, this part of our api catalog yaml: ``` annotations: openapi/ref-basepath: https://bitbucket.org/... ... definition: $openapi: https://bitbucket.org/....openapi.yaml...
ignore my previous comment, had to follow the plugin documentation https://github.com/backstage/backstage/tree/master/plugins/catalog-backend-module-openapi , works like a charm
Same here, geolocation still returning original coords
we are having same issue when multiple teams working on different slices/types
can you please paste markup here ?
Don't think is going to work that way, the `sb-item-head` only receives text as content, under the hood it contains an `a` tag, if you want to listen when the...