1,529 questions with no answers
-1
votes
0
answers
84
views
Next.js 16 Partial Prerendering (PPR) + Cache Components: Why is my dynamic segment not streaming after first request?
I'm experimenting with Next.js 16's new Cache Components and Partial Prerendering (PPR) to build a product page that:
Serves a static shell instantly (HTML for layout, header, footer)
Streams the ...
0
votes
0
answers
78
views
react-native-tab-view makes my react native expo project exit the expo go app
I'm clueless as to what's happening. I'm using TabView from the react-native-tab-view library in a screen, and whenever I access that screen via the Expo Go app, it closes the Expo Go preview of my ...
0
votes
0
answers
85
views
Set/Populate property list at design time on C#
I am trying to build a solution with two components where one of them depends on the other, I mean I have inherited a Label component that depends from a client to receive Data.
Components
As far you ...
0
votes
0
answers
67
views
Astro component missing styles when deployed to Vercel
I'm building a website using Astro and deploying it to Vercel. One of my components, Footer.astro, is missing all of its styles only in production. It works fine locally. Also all other components ...
0
votes
0
answers
89
views
Cannot find module '@teambit/toolbox.performance.v8-cache'
When I run the following command: bit create react hello-1
An anomaly has occurred:
Bit received an error loading bitdev.general/envs/[email protected], due to the error:
"Cannot find module '@...
1
vote
0
answers
36
views
How do I change a measurment unit in a Simscape custom block?
I'm trying to create a custom block in Simscape that convert energy from pressurized water into a torque. Here is my code:
component pelton_turbine
% Ce composant calcule le couple généré par l'eau ...
1
vote
0
answers
359
views
MUI makeStyles isn't working on the Card component
I have this component called Product which is based off this example. Here is my component:
Product.tsx:
import useStyles from './useStyles'
const Product: React.FC = () => {
const classes = ...
1
vote
0
answers
48
views
Is it possible to override property types when extending a component in ColdFusion 2023?
I am testing code that works in CF 11 for an upgrade to CF 2023. I have a component that extends another component and overrides the type of a property in the base component. Here is some simple ...
1
vote
0
answers
124
views
Unable to scroll in child component in Ionic Angular application
I have an Ionic app that has a layout component which includes the toolbar and header. For some reason I am unable to scroll in the child element. Am I wrapping something wrong here? Is the underlying ...
0
votes
0
answers
68
views
Named Kotlin SpringBoot @Component not loaded
I am working on an established SpringBoot project with (usually working) auto configuration and plenty of uses of @Service and @Component. I think I now came accross an edge case, in which SpringBoot ...
0
votes
0
answers
50
views
Pass component as value in object Angular
I'm trying to implement a webapp in Angular 17 and I'm using a private library.
There's a searchbar that needs a specific structure to be populated:
<search-bar
[searchResults]="...
0
votes
0
answers
202
views
Laravel 11 - implementing @checked directive in Blade components
I have been using a blade checkbox component with great success with the last few versions of Laravel. Recently I learned of the @checked and @selected blade directives. I love the simplicity of ...
0
votes
0
answers
21
views
WordPress Dataviews React multilanguage i18n
I'm using React WP dataviews component in my plugin, but I can't load translation for the component.
OFFICIAL DOCS
I loaded plugin translation into php file with:
function umc_load_textdomain() {
...
0
votes
0
answers
998
views
How to pass data from a selected item to another component in angular 2
I'll be simple:
I have a component named step1.component.ts which template has a ngFor and each item is selectable simple (selectable is a directive), so I need show the selected item info in the next ...
0
votes
0
answers
21
views
How to make an Ionic component persist between components
I am using Ionic to build a program that has a few components. On start-up, the program opens a login component, and then when the user is logged in, it redirects to my home component.
I have a '...
0
votes
0
answers
48
views
give tab focus() on a component when rendering in vue
I have button icon which is a separate component. I need to give the tab focus on this element after page is rendered. I am using Composition API in Vue 3. I tried adding ref to this component but it ...
1
vote
0
answers
76
views
How to apply anime.js keyframes in A-Frame
In this example, we can see how keyframes work in anime.js. Inspired by this answer and A-Frame doc, I tried to apply it with the following code without success:
/* global AFRAME */
AFRAME....
0
votes
0
answers
24
views
How to Manage Shared State in ReactJS to Prevent AG Grid from Rendering Outdated API Responses on Tab Switch
I am building a ReactJS application using AG Grid, with the following component structure:
Grid.jsx: Contains the AG Grid component.
GridContainer.jsx: Renders the Grid.jsx component.
Main.jsx: ...
1
vote
0
answers
130
views
Can I create dynamic blocks inside an UX Twig component?
I'm working on creating components in twig, and since this is supposed to be a "somewhat replacement" for front end components (like ember/react), I wanted to see if there is a way to ...
2
votes
0
answers
59
views
How to create a custom component for an IntraWeb application?
I want to create a custom component based on IntraWeb. I tried to create a simple component as coded below. It seems OK at design-time, but at run-time it does not appear on my page. What is the ...
0
votes
0
answers
155
views
is there any way to remove tooltip from toggle button in flowbite-react sidebar component?
When the sidebar is closed and you hover over any item of sidebar, it shows a tooltip.
I don't want that tooltip on toggle button because there it does not make sense.
Is there any way that I can hide ...
0
votes
0
answers
30
views
Why my component rerendes when I toogle the sidebar?
When I toggle the left sidebar, the ActionsList component rerenders, causing it to lose the loaded actions state. How can I prevent this from happening?
Please click here to checkout loom of the issue....
1
vote
0
answers
76
views
Passing html to livewire custom component and modify it
I have a class-based volt component that shows a button and when the button is clicked it opens a modal. So far so good.
I would like to pass the button html when calling the component as a "slot&...
1
vote
0
answers
43
views
set trigger in Angular component in for loop
I do have an Angular component in a for loop like this:
<div *ngFor="let schedule of schedules">
<my-app-component [schedule]="schedule"></my-app-component>
&...
1
vote
0
answers
54
views
Laravel Blade Component Form Not Submitting with PUT Method (Laravel 10)
I'm trying to create a form using a Blade component in Laravel, but it doesn't work when using the PUT method. However, when I switch to a regular HTML form, everything works fine. Below is my current ...
2
votes
0
answers
61
views
I can't pass data to the component in Laravel
I'm trying to pass data to the components using directly to the Blade component (using @props).
As a first step I put the following code in notification.blade.php:
@props([
'type' => 'info',...
0
votes
0
answers
67
views
C# IHost as an embedded independent context
I use IHost to declare system components (small embedded applications). This allows to isolate services (DI containers), execution context and testing from the main system.
The thing is that the ...
0
votes
0
answers
47
views
I can't access the designer for c1truedbgrid. The ‘designer’ is not present in the context menu. Running Windows 11, VS 2019 or 2022 VB .net
I have a very large app with Component One Grids in several projects. It appears I am no longer able to access the grid designer from the form. I have a reference to the c1.win.c1truedbgrid dll in ...
0
votes
0
answers
33
views
bit.dev: error exporting a new express-server template generated component: "Cannot read properties of null (reading 'billingProviderId')"
I am trying to setup a new bit workspace with express-server apps, and am getting an error on exporting to a bit cloud scope, even without any modifications to the template generated component. I can ...
1
vote
0
answers
131
views
how to make a ComponentResourceManager image to be automatic for each custom component in C#
I'm Trying to make a ComponentResourceManager image to be automatic for each custom component in C# from the decompile library .
so previously I had to create a library but the source code was stored ...
0
votes
0
answers
53
views
Vue.js render time optimalization
I have a problem with optimalization in vue.js. I know my thinking is not perfect but i need to optimize part of application quick.
I have app looking like Pinterest. I have 1k cards to show, every ...
0
votes
0
answers
134
views
Map the movies with video ids to display a video from Ok.ru using its id from Ok.ru in Angular
I want from any movie I select from the carousel using its id to display the video from Ok.ru in the movie-widget.component.ts component but I don't know why I get the error Video has not been found ...
1
vote
0
answers
76
views
How can I handle hardware back button navigation in a React Native Wizard component without modifying the child component?
I'm working on a React Native project where I have a custom Wizard component that allows users to navigate through different steps in a form. The Wizard component is used within a parent component ...
0
votes
0
answers
92
views
Angular: ngOnInit() Not Triggering After Navigating to another Component
I've implemented a component reuse strategy in Angular, and I'm applying this functionality when navigating internal back(not browser back button) navigation.
However, after navigating back and ...
0
votes
0
answers
243
views
Angular 18 custom element without generating a component first
Given the following example in main.ts:
import { bootstrapApplication } from '@angular/platform-browser';
import { appConfig } from './app/app.config';
import { AppComponent } from './app/app....
1
vote
0
answers
435
views
Remix , Vite .Import error Unexpected token 'export'
I get this error
[vite] Internal server error: [vite] Named export 'findIndex' not found. The requested module 'lodash' is a CommonJS module
I tried all I see online and cannot solve this issue. This ...
0
votes
0
answers
61
views
How to automatically change translation on all components when different language selected
I have a select drop down on a navbar which allows the user to select a different language. When the user selects a different language all text in the nav bar component gets translated, but no text in ...
0
votes
0
answers
31
views
React: The input bar is colliding with the results box
I have a modal that contains two components: an input field and a results box. When the modal opens, these components collide. Both components are written in React. Unfortunately, I can't share the ...
0
votes
0
answers
315
views
Blazor Nested Components to Create a Table Grid
I'm new to Blazor Server Apps and just trying to create a component similar to QuickGrid but just have simpler functionalities as a start.
Here is the sample component
@page "/test-grid-table&...
0
votes
0
answers
42
views
Getting Query Parameter before props in VueJS
I just want one help. Here I have AccountAdmin.vue file is there. In that file, I am requesting parameter from router.push. I got parameter in URL, but problem is that in props, parameter not set ...
0
votes
0
answers
28
views
Which is better approach SSIS SOURCE XML Component or SQL OPENXML?
I need to know which is better approach to down load nested XML into tables. Is SSIS package inbuilt XML SOURCE or OPENXML?
I have tried n=both the ways, SSIS component takes long time to downlaod ...
0
votes
0
answers
397
views
Angular Module federation - how to import and use a shared module from another mf-project
I am using module federation for microfrontends, and in each microfrontend I use atomic architecture. I have a module called atoms that contains and exports many components. I want to use these ...
1
vote
0
answers
134
views
Angular, Each Component getting a new Instance of a Service
I'm injecting a service in 2 different components. And each time I move from one component to another, a new instance of the service get's created. Here is my service ReportService:
import { ...
1
vote
0
answers
41
views
Why when I use it? <app-header></app-header> <router-outlet></router-outlet> then the path in the component header does not work
I have written an a tag as follows in the component header
user list
and then I use it in app.component as follows
When using this, the a tag doesn't work, I click on the a tag and nothing happens
But ...
0
votes
0
answers
32
views
Component disappear after changing position else statement
i have this component here:
enter image description here
and this is the code:
import React from "react";
import { BiLogoInstagramAlt } from "react-icons/bi";
import { FaFacebookF }...
1
vote
0
answers
80
views
Storybook + scss modules not compiling in react component library
I am trying to make a react component library and Im using storybook for visualising the components.
They load fine until when I use module.scss files to scope the styling to their projects. This is ...
1
vote
0
answers
35
views
How to make connection between a typescript file and a single file components in vue.js
i have a function in my single file components
function moveCircle(step: number) {
if (activeCircle.value < 2) {
activeCircle.value += step;
activeLine.value += step;
}
}
and i would ...
2
votes
0
answers
430
views
Is it possible to pass values from a Razor component to a Razor page?
I'm integrating Razor components into ASP.NET Core Razor Pages in my Blazor Webassembly project in order to keep the UI consistent between the client and server.
One of these components is a ...
2
votes
0
answers
53
views
Why can't I type in on custom autocomplete popper with input
I can't write in the input label and year. In my application, I have a dropdown where I have an input for search and two inputs for add a film (title and year). The main problem is that the focus is ...
0
votes
0
answers
26
views
Class Component to Functional Component aggrid customcell editor
I am trying to change my class component to functional component. But the result is different. This is a aggrid customcellrenderer
[ {
headerName: "Status",
field: "active", ...