Dan Reeves
Dan Reeves
you're right, i don't know if this is ready to be worked on beyond "the ability to create notifications, generically"
Sure. It should be trivial to add it back in. I'll re-open the ticket and try to fit it in. PRs welcome!
Using `tailwindStylesheet: path.join(__dirname, 'relative/path/to/tailwind.css')` resolved the issue for me. It seems like the VSCode prettier extension fails to resolve the relative path from .prettierrc to the tailwind stylesheet
TypeScript should work fine, e.g. https://codesandbox.io/p/sandbox/react-typescript-forked-mfp6tf?file=/src/App.tsx:8,20-8,33 Make sure you have @types/tether installed
In case it's helpful, we had performance issues with the initial rendering of a large virtualized tree which turned out to be that the virtualized component didn't correctly have a...
Probably resolved by https://github.com/facebook/react/pull/34550