Skip to content

Commit

Permalink
Remove OBE TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Nov 16, 2023
1 parent 919f8f0 commit f975407
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions doc/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,30 +45,6 @@ overlays to work around. We need to add handling for the runtime errors, or figu
why webpack-dev-server isn't understanding our error boundaries.


### Some babel plugins

```
One of your dependencies, babel-preset-react-app, is importing the
"@babel/plugin-proposal-private-property-in-object" package without
declaring it in its dependencies. This is currently working because
"@babel/plugin-proposal-private-property-in-object" is already in your
node_modules folder for unrelated reasons, but it may break at any time.
babel-preset-react-app is part of the create-react-app project, which
is not maintianed anymore. It is thus unlikely that this bug will
ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to
your devDependencies to work around this error. This will make this message
go away.
$ npm i --save-dev "@babel/plugin-proposal-private-property-in-object"
npm WARN deprecated @babel/[email protected]: This
proposal has been merged to the ECMAScript standard and thus this plugin is no longer
maintained. Please use @babel/plugin-transform-private-property-in-object instead.
```

What do?


## Versioning

* How to keep track of compatibility between the server (data schemas) and this app
Expand Down

0 comments on commit f975407

Please sign in to comment.