We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e2e409 + b8636e0 commit 5ab1969Copy full SHA for 5ab1969
custom_components/reflex_monaco/monaco.py
@@ -8,7 +8,7 @@
8
class MonacoComponent(rx.Component):
9
"""Base Monaco component."""
10
11
- library = "@monaco-editor/react@4.6.0"
+ library = "@monaco-editor/react@4.7.0"
12
13
# The language to use for the editor.
14
language: rx.Var[str]
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "reflex-monaco"
7
-version = "0.0.2"
+version = "0.0.3"
description = "A package wrapping Monaco Editor for Reflex"
readme = "README.md"
license = { text = "Apache-2.0" }
0 commit comments