Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: React 18.3.1, bootstrap 5.3.3, @rjsf/core 5.23.1 #2

Draft
wants to merge 45 commits into
base: master
Choose a base branch
from

Conversation

naugehyde
Copy link
Owner

Updated with React 18.3.1, bootstrap 5.3.3 and @rjsf/core 5.23.1 support.

Issues

  1. multiple stylesheet issues
  2. server-admin-ui/logging throws runtime error:
bootstrap.js:240 Uncaught ReferenceError: Cannot access 'html' before initialization
    at bootstrap.js:240:12
    at dispatch (redux.mjs:160:1)
    at redux-thunk.mjs:7:1
    at ws.onmessage (actions.js:170:7)

  1. server-admin-ui update untested

tkurki and others added 30 commits November 27, 2024 21:54
For some reason we had both rmfr and rimraf. Use just
rimraf's latest version.
Don't run tests with 16 any more. For example structuredClone
is needed by dev tooling.
serialport module has been optional, as it is platform specific and
its install may fail but otherwise the server would be in working order.

However when converting serialports.js to ts using import had made
it a hard dependency - the server would not start without it,
even if npm install had completed without errors but without
serialport still installed.

Use dynamic require to load it so that even if the module
is missing the server starts.
…xtPoint.position value when stream source is the cmdSource. (#1844)
---------

Co-authored-by: Teppo Kurki <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants