You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On app creation, ESLint doesn't like things. We should lint with --fix for ESLint and Stylelint during app creation.
In test files, we need to use require. We should support ESM.
Disable react/no-unescaped-entities in ESLint for the Octobox recommended config
Add "settings": { "react": { "version": "detect" }, }, to the included ESLint configuration -- fixing that weird log eslint-plugin-react has on vite run
Fix ESLint plugin's weirdness where it doesn't like to rescan sometimes
A setting which rerenders the filesystem (or reloads the page) every time a window is added or removed or edited
Fix RL bug where error component wont load on exception
Change useDevelopmentModeStatus() to useDevelopmentMode()
Refactor usages of octobox uuid generator to react useId(), or block reserved uuids in octobox generator
Refactor the "your settings are" section of the installer to have proper names and stuff and actually show you what's important
Features:
A "defaults" argument to tell Octobox CLI to use defaults
Make ESLint require type annotations in Octobox recommended
Remove empty props in App.tsx
See if we can switch from Vite's ESLint and Stylelint plugins to React's
In unit testing, there should be a log outputting how many of the functional tests (anything besides test 1) passed
Add support for tailwind official plugins
A preload component for programmatic preloading
Reload component, hook, and function need to have a static option -- also see if there is a way to simplify them too
Global object for storing items globally
Cypress
The text was updated successfully, but these errors were encountered:
Bugs:
require
. We should support ESM.react/no-unescaped-entities
in ESLint for the Octobox recommended config"settings": { "react": { "version": "detect" }, },
to the included ESLint configuration -- fixing that weird logeslint-plugin-react
has on vite runuseDevelopmentModeStatus()
touseDevelopmentMode()
useId()
, or block reserved uuids in octobox generatorFeatures:
The text was updated successfully, but these errors were encountered: