Codestitch

Results 8 issues of Codestitch

I am using this example [https://github.com/amcharts/amcharts3-react/tree/master/examples/create-react-app](url) and it worked! However, one thing I noticed is that when I change page/route, like when I go to page b then I go...

After installing app1 and app2. Running them both. I noticed that not all tailwind classes in the button component(which is from app2) reflect in tailwind classes in the host app...

## Environment details - OS: windows - OS version: 11 - node-pty version: 0.10.1 - electron: 20.1.4 - xterm: 4.2.0 - electron-rebuild: 3.2.9 ## Issue description Tried building from the...

help wanted

I have this page, in which it has a header (not using or tag), table contents and a footer (not using or tag). Currently, it has two pages, as seen...

## Environment details - OS: windows - OS version: 11 - node-pty version: 0.10.1 - electron: 20.1.4 - xterm: 4.2.0 - electron-rebuild: 3.2.9 ## Issue description Tried building from the...

Hi. I am writing functions inside the component class in my react js project. when I write like this function: ` saySomething = (something) => { console.log(something); }` an error...

I'm a newbie and would like to ask regarding client.js code. `import React from 'react';` `import ReactDOM from 'react-dom';` `import { AppContainer } from 'react-hot-loader';` `import { Provider } from...

Hi. In my HeaderComponent (located in src/components/navigation/) this is what it looks like when i include an image from images folder `let yeomanImage = require('../../images/logo.png');` then use it ``. It...

question