Need help with a @rbxts/react item component for a Tarkov-themed inventory.
InventoryItem component. This component will be responsible for displaying the actual item in whatever configuration it is set in (e.g. slot sizes x. y and rotation)
I have a few issues with how I am going to make this component work but first let me share the code for the component in question:
```tsx...getAllComponents and onComponentAdded don't work
WCS Example Repo?
Proxy error function does not cause unreachable/terminate thread
function FATAL(code: ErrorCode): never {
error("Fatal error occured: " + code);
}
function FATAL(code: ErrorCode): never {
error("Fatal error occured: " + code);
}
JSX not working in react project.
Invalid attribute

something is wrong with ripple motion
Component on all instances of class
Create components at runtime
Eslint: allowDefaultProject
Parsing error: C:/{redacted} was included by allowDefaultProject but also was found in the project service. Consider removing it from allowDefaultProject. (eslint)
Parsing error: C:/{redacted} was included by allowDefaultProject but also was found in the project service. Consider removing it from allowDefaultProject. (eslint)
replecs networked error
const playerEntity = world.entity();
world.add(playerEntity, networked); // errors on this line, specifically on 'networked'
const playerEntity = world.entity();
world.add(playerEntity, networked); // errors on this line, specifically on 'networked'
world.set(playerEntity, networked, undefined);
world.set(playerEntity, networked, undefined);
component constructor parameters
attempt to modify a readonly table
attempt to modify a readonly table error happen with jecs here? (if i uncomment any of them it errors)
```ts
const playerEntity = world.entity();
// world.set(playerEntity, Player, player);
// world.set(playerEntity, HealthAttribute, { max: 100, value: 0 });...jecs.component() is for preregistration, and world:component() for normal component creationUsing regular RegEx instead of Luau Patterns
Regex literals are not supported in roblox-ts
I also cant seem to find a relevant package that provides support for RegEx in roblox-ts
I can't see anyone anywhere asking the same question so maybe it's obvious and I'm dumb but yea...Atom with array does not update react components
Adding underscore to file name changes require casing
forceConsistentCasingInFileNames because I could not figure out any other way to fix it but it was complaining about casings being different even though they were not...syncing still not working...

Is defining generics of a Component again when it's being used, really necessary in Flamework?

syncing dont work!!
