Results 1 comments of Pär

It still works in react 19, when accessing props _in the class itself_: (modified code from codesandbox above) ```ts import "./styles.css"; import { Component, ReactNode } from "react"; class Foo...