MartinDavi
MartinDavi
### Package containing the bug next-drupal (NPM package) ### Describe the bug Hey, in types.ts we have: ``` export interface DrupalTaxonomyTerm extends JsonApiResourceWithPath { drupal_internal__tid: string changed: string default_langcode: boolean...
Hey, here's our use-case: We're using next's domain routing to serve different locales from different domains. If you hit our `englishdomain.com/fr`, nextjs will redirect you to our `frenchdomain.com` homepage. Great!...
Hey, this is something you're already aware of based on these comments but is an issue in our configuration: ``` // Fix for subrequests and translation. // TODO: Confirm if...
Hey, would be great to have the equivalent to the debug logging happening in `getResourceCollection` but in the `getView` method: ``` this._debug(`Fetching resource collection of type ${type}`) this._debug(url.toString()) ``` Thanks!
### Checks - [x] Not a duplicate. - [x] Not a question, feature request, or anything other than a bug report directly related to React Splide. Use Discussions for these...